1
0
Fork 0
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:
Éric Gaspar 2024-05-23 17:58:36 +02:00
parent 0d56e55242
commit 90d3a7ea9f

View file

@ -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;