Browse Source

whitespace

bugfixes
pjv 10 years ago
parent
commit
00dfe443b5
  1. 6
      config/nginx/common/locations.conf

6
config/nginx/common/locations.conf

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

Loading…
Cancel
Save