CentOS 安裝了 nginx,造訪網站目錄例如 http://x.com/abc
時,不會自動載入 http://x.com/abc/index.html
,而是直接 forbidden 了。
但如果造訪 http://x.com/abc/index.html
就正常,怎麼辦?
大家讲道理2017-04-25 09:03:10
檢查 Nginx 中有沒有這項設定:
index index.html;
檢查 Nginx 對 /abc
對應的檔案目錄有沒有 r 權限。