openrestry 安裝之后 報"/usr/local/openresty/nginx/html/index.html" is forbidden (13: Permission denied), client: 10.0.4.118, server: localhost, request: "GET / HTTP/1.1"
Permission denied錯誤是權限問題。
權限應該為755
chmod -R 755 *
訪問正常
openrestry 安裝之后 報"/usr/local/openresty/nginx/html/index.html" is forbidden (13: Permission denied), client: 10.0.4.118, server: localhost, request: "GET / HTTP/1.1"
Permission denied錯誤是權限問題。
權限應該為755
chmod -R 755 *
訪問正常
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。