We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed2539 commit 2767c42Copy full SHA for 2767c42
roles/matomo/templates/nginx/sites-available/matomo.j2
@@ -53,7 +53,7 @@ server {
53
{% endif %}
54
55
## disable all access to the following directories
56
- location ~ ^/(config|tmp|core|lang) {
+ location ~ ^/(console|config|tmp|core|lang) {
57
deny all;
58
return 403; # replace with 404 to not show these directories exist
59
}
0 commit comments