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 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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue