Browse Source

Merge pull request #22 from sameerjoshi/patch-1

Minor RegEx fix
old-stable
Mitesh Shah 12 years ago
parent
commit
b31ec4901c
  1. 2
      etc/nginx/common/locations.conf

2
etc/nginx/common/locations.conf

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

Loading…
Cancel
Save