diff --git a/sites-available/matomo.conf b/sites-available/matomo.conf index b341b01..fe862bb 100644 --- a/sites-available/matomo.conf +++ b/sites-available/matomo.conf @@ -53,7 +53,7 @@ server { } ## disable all access to the following directories - location ~ ^/(config|tmp|core|lang) { + location ~ ^/(console|config|tmp|core|lang) { deny all; return 403; # replace with 404 to not show these directories exist }