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
草根-920