mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
Nginx conf corrected
This commit is contained in:
parent
26678967a6
commit
9c5ae60eeb
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ location PATHTOCHANGE {
|
||||||
|
|
||||||
# Do not include SSOWAT user panel.
|
# Do not include SSOWAT user panel.
|
||||||
#include conf.d/yunohost_panel.conf.inc;
|
#include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
location ~ /(conf|history)(/|$) {
|
||||||
location ~ ^PATHTOCHANGE/(conf|history) {
|
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue