Do not log favicon.ico requests

This commit is contained in:
Jamie Nguyen 2015-12-21 12:14:36 +00:00
parent e8919df110
commit eed86e9afc
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ server {
# bypass rails stack with a cheap 204 for favicon.ico requests
location /favicon.ico {
return 204;
access_log off;
log_not_found off;
}
location / {