We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91de10 commit 531f0c9Copy full SHA for 531f0c9
1 file changed
sites-available/matomo.conf
@@ -77,7 +77,7 @@ server {
77
add_header Cache-Control "public";
78
}
79
80
- location ~ ^/(libs|vendor|plugins|misc/user|node_modules) {
+ location ~ ^/(libs|vendor|plugins|misc|node_modules) {
81
deny all;
82
return 403;
83
0 commit comments