Browse Source

Fix False Matches for blog

old-stable
Mitesh Shah 12 years ago
parent
commit
2fb550028b
  1. 2
      etc/nginx/common/locations.conf

2
etc/nginx/common/locations.conf

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

Loading…
Cancel
Save