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

Merge pull request #4 from jeromelebleu/master

[fix] Secure directories of install in custom path
This commit is contained in:
opi 2014-09-29 21:56:32 +02:00
commit 12e67fafad

View file

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