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