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

[fix] Secure directories of install in custom path

This commit is contained in:
Jérôme Lebleu 2014-09-10 12:15:24 +02:00
parent 8746007456
commit ddb281eb9b

View file

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