diff --git a/conf/nginx.conf b/conf/nginx.conf index 13acc55..10fa52c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -34,7 +34,7 @@ location __PATH__/ { } # Deny Access to htaccess-Files for Apache - location ~ __PATH__/\.ht { + location ~ ^__PATH__/\.ht { deny all; }