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 conf.d/yunohost_panel.conf.inc;
}
location ~* \.html$ {
expires -1;
@ -41,8 +40,5 @@ location ^~ YNH_WWW_PATH {
location YNH_WWW_PATH/system {
rewrite ^(.*)$ /error break;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}