Do not log favicon.ico requests
This commit is contained in:
parent
e8919df110
commit
eed86e9afc
|
@ -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 / {
|
||||
|
|
Loading…
Reference in New Issue