Js reported an error
net::ERR_INCOMPLETE_CHUNKED_ENCODING
Error log for nginx
2016/06/05 20:49:17 [xxx] 22239#0: *29366 open() "/usr/local/openresty/nginx/proxy_temp/0/15/0000000150" failed (13: Permission denied) while reading upstream..."
View proxy_temp permissions
drwxr-xr-x 12 nobody root 4096 Feb 17 02:53 proxy_temp
drwxr-xr-x 2 root root 4096 Feb 17 02:40 sbin
drwx------ 2 nobody root 4096 Feb 17 02:53 scgi_temp
drwx------ 2 nobody root 4096 Feb 17 02:53 uwsgi_temp
View nginx Startup Users
Directly check nginx.conf
Or ..
ps aux | grep “nginx: worker process” | awk ‘{print $1}’
Change
chown -R nobody:nobody proxy_temp/