ERR_INCOMPLETE_CHUNKED_ENCODING

772 단어
잘못 을 보고 하 다
net::ERR_INCOMPLETE_CHUNKED_ENCODING
nginx 의 error log

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..."

proxy 보기temp 권한

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

nginx 시작 사용자 보기
nginx. conf 직접 검색
혹은
ps aux | grep "nginx: worker process" | awk '{print $1}'
변경 하 다.
chown -R nobody:nobody proxy_temp/
레 퍼 런 스
  • nginx 출현 13: Permission denied
  • 좋은 웹페이지 즐겨찾기