1
0
Fork 0
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:
Chtixof 2015-04-12 10:13:41 +02:00
parent 26678967a6
commit 9c5ae60eeb

View file

@ -15,7 +15,7 @@ location PATHTOCHANGE {
# Do not include SSOWAT user panel.
#include conf.d/yunohost_panel.conf.inc;
}
location ~ ^PATHTOCHANGE/(conf|history) {
location ~ /(conf|history)(/|$) {
deny all;
}
}