diff --git a/etc/nginx/common/locations.conf b/etc/nginx/common/locations.conf index 23adea86..80ebe633 100644 --- a/etc/nginx/common/locations.conf +++ b/etc/nginx/common/locations.conf @@ -56,7 +56,7 @@ location ~ /\. { log_not_found off; } -location ~* ^.+.log { +location ~* ^.+.log$ { deny all; access_log off; log_not_found off;