nginx的favicon配置

配置文件

location ~ ^/favicon\.ico$ {
            root   www;
        }

忽略

location = /favicon.ico {
                log_not_found off;
                access_log off;
        }

doc

相關文章
相關標籤/搜索