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:
parent
af17e6343a
commit
dae7090e36
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue