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

[fix] [fix] Secure directories ( fix ddb281eb9b)

This commit is contained in:
opi 2014-10-20 12:25:46 +02:00
parent 6c507f2817
commit 960aad9712

View file

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