Skip to content

Commit 531f0c9

Browse files
committed
only allow access to assets in misc/
1 parent b91de10 commit 531f0c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sites-available/matomo.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ server {
7777
add_header Cache-Control "public";
7878
}
7979

80-
location ~ ^/(libs|vendor|plugins|misc/user|node_modules) {
80+
location ~ ^/(libs|vendor|plugins|misc|node_modules) {
8181
deny all;
8282
return 403;
8383
}

0 commit comments

Comments
 (0)