1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00
hextris_ynh/conf/nginx.conf
Maniack Crudelis 6f4c1e5f81 [enh] Global refactoring (#5)
* [enh] Global refactoring
* [fix] Upgrade previous version
2017-09-28 18:02:52 +02:00

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;
}