解决使用Nginx错误 Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING问题

1   rm -rf  /usr/local/nginx/proxy_temp 

修改proxy_temp和fastcgi_tmp 的目录权限

chown -R www.www ./fastcgi_tmp

实际上,如果配置nginx_error 日志的话,出现这个问题会在日志中发现

这样的话修改权限就行了,如果不想这样的话,可以修改nginx的缓存文件的大小,这个基本一查就查到了就不写了

"/usr/local/nginx/fastcgi_temp/2/57/0000000572" failed (13: Permission denied) while reading upstream,

原文地址:https://www.cnblogs.com/aoxueshou/p/11764871.html