1 rm -rf /usr/local/nginx/proxy_temp
修改proxy_temp和fastcgi_temp的目錄權限
chown -R www.www ./fastcgi_temp
實際上,如果配置nginx_error 日志的話,出現這個問題會在日志中發現
open() "/usr/local/nginx/fastcgi_temp/5/09/0000000095" failed (13: Permission denied) while reading upstream
1 rm -rf /usr/local/nginx/proxy_temp
修改proxy_temp和fastcgi_temp的目錄權限
chown -R www.www ./fastcgi_temp
實際上,如果配置nginx_error 日志的話,出現這個問題會在日志中發現
open() "/usr/local/nginx/fastcgi_temp/5/09/0000000095" failed (13: Permission denied) while reading upstream
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。