网上关于此问题的解决方法千篇一律。解决方法就是关闭favicon.ico的日志
编辑nginx.conf,添加如下命令
location = /favicon.ico { log_not_found off; access_log off; }