/opt/nginx/html/favicon.ico" failed (2: No such file or directory)
1、这种错误的处理办法,加上你的图标
2、关闭图标
location = /favicon.ico {
log_not_found off;
}
/opt/nginx/html/favicon.ico" failed (2: No such file or directory)
1、这种错误的处理办法,加上你的图标
2、关闭图标
location = /favicon.ico {
log_not_found off;
}