标签 nginx 下的文章

把以下配置放到 server {} 块

location ~ ^/favicon.ico$
{
    root /var/www/nginx-default;
}