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