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:
parent
41d5a04184
commit
ed12e06f7f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue