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:
parent
fc76af0bfb
commit
0b86f87c65
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue