Browse Source

Merge pull request #346 from pjv/fix-robots.txt

Fix robots.txt
bugfixes
Gaurav Ashtikar 10 years ago
parent
commit
94d4567dca
  1. 1
      config/nginx/common/locations.conf

1
config/nginx/common/locations.conf

@ -9,6 +9,7 @@ location = /favicon.ico {
}
location = /robots.txt {
try_files $uri $uri/ /index.php?$args;
access_log off;
log_not_found off;
}

Loading…
Cancel
Save