nginx的favicon配置

##配置文件日誌

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

##忽略code

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

##dochtm

相關文章
相關標籤/搜索