mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
6f4c1e5f81
* [enh] Global refactoring * [fix] Upgrade previous version
13 lines
231 B
Nginx Configuration File
13 lines
231 B
Nginx Configuration File
location __PATH__ {
|
|
|
|
alias __FINALPATH__/ ;
|
|
|
|
if ($scheme = http) {
|
|
rewrite ^ https://$server_name$request_uri? permanent;
|
|
}
|
|
|
|
index index.html;
|
|
|
|
# Include SSOWAT user panel.
|
|
include conf.d/yunohost_panel.conf.inc;
|
|
}
|