1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

[fix] data directory access. #417

This commit is contained in:
opi 2016-06-22 10:53:41 +02:00
parent 41d5a04184
commit ed12e06f7f

View file

@ -21,7 +21,7 @@ location YNH_WWW_LOCATION {
}
# Secure DokuWiki
location ~ ^YNH_WWW_PATH(data|conf|bin|inc)/ {
location ~ ^YNH_WWW_PATH/(data|conf|bin|inc)/ {
deny all;
}