Minor RegEx fix
@ -56,7 +56,7 @@ location ~ /\. {
log_not_found off;
}
location ~* ^.+.log {
location ~* ^.+.log$ {
deny all;
access_log off;