myesn

myEsn2E9

hi
github

nginx: favicon.ico 404

nginx 不會將 favicon.ico 的請求轉發給反向代理後面的網站程序,需要在 server 中設置 root 目錄:

server {
    root /path/to/your/wwwroot;  # 確保此路徑指向包含 favicon.icon 的目錄
}

最後檢驗配置、重啟 nginx:

nginx -t
nginx -s reload
載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。