mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Update nginx.conf
This commit is contained in:
parent
0d56e55242
commit
90d3a7ea9f
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@ location __PATH__/ {
|
|||
return 403;
|
||||
}
|
||||
|
||||
## disable all access to the following directories
|
||||
location ~ ^__PATH__/config/ {
|
||||
deny all;
|
||||
return 403;
|
||||
}
|
||||
|
||||
## disable all access to the following directories
|
||||
location ~ ^__PATH__/(config|tmp|core|lang) {
|
||||
deny all;
|
||||
|
|
Loading…
Reference in a new issue