1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00

Update nginx.conf

This commit is contained in:
frju365 2017-02-01 20:28:17 +01:00 committed by GitHub
parent fc76af0bfb
commit 0b86f87c65

View file

@ -14,7 +14,6 @@ location ^~ YNH_WWW_PATH {
# Include SSOWAT user panel. # Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
}
location ~* \.html$ { location ~* \.html$ {
expires -1; expires -1;
@ -42,7 +41,4 @@ location ^~ YNH_WWW_PATH {
rewrite ^(.*)$ /error break; rewrite ^(.*)$ /error break;
} }
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
} }