Browse Source

whitespace

bugfixes
pjv 11 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 { location = /robots.txt {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
access_log off; access_log off;
log_not_found off; log_not_found off;
} }
# Cache static files # Cache static files

Loading…
Cancel
Save