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:
ericgaspar 2021-05-17 23:52:05 +02:00
parent 6ab1bf13aa
commit 97d5558ebe
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -35,9 +35,9 @@ location ^~ __PATH__/ {
}
## disable all access to the following directories
location ~ ^__PATH__/(config|tmp|core|lang) {
location ~ ^__PATH__/(config/|tmp/|core/|lang/) {
deny all;
return 404;
return 403;
}
location ~ __PATH__/\.ht {