1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00

Subfolder access control

This commit is contained in:
Chtixof 2015-04-12 01:07:14 +02:00
parent af17e6343a
commit dae7090e36

View file

@ -13,6 +13,9 @@ location PATHTOCHANGE {
fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_INFO $fastcgi_path_info;
} }
# 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 ~ ^PATHTOCHANGE/(conf|history) {
deny all;
} }