Skip to content

Commit 5775ea8

Browse files
committed
Matomo: security fixes
Deny web access to non-public data
1 parent 13b4207 commit 5775ea8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker/images/matomo/001-matomo.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
DocumentRoot /var/www/html/matomo
1212

13+
<Location "/config">
14+
Require all denied
15+
</Location>
16+
17+
<Location "/tmp">
18+
Require all denied
19+
</Location>
20+
21+
<Location "/lang">
22+
Require all denied
23+
</Location>
24+
1325
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
1426
# error, crit, alert, emerg.
1527
# It is also possible to configure the loglevel for particular

0 commit comments

Comments
 (0)