nginx 에서 큰 파일 을 다운로드 할 수 없 는 문제 해결

2063 단어 nignx문제.
open () failed (13: Permission denied) while reading upstream 의 문제 선언:
[root@test nginx]# ps -ef|grep nginx
root      1686     1  0  2018 ?        00:00:00 nginx: master process /xxdata/nginx/sbin/nginx
nginx     5443  5442  0  2018 ?        00:00:33 php-fpm: pool www
nginx     5444  5442  0  2018 ?        00:00:34 php-fpm: pool www
nginx    17130  1686  0 15:19 ?        00:00:00 nginx: worker process
root     17517 17228  0 15:31 pts/4    00:00:00 grep --color=auto nginx

문제 발생: 사이트 페이지 에 이상 이 생 겨 큰 파일 을 다운로드 할 수 없습니다.
nginx error. log 로그 보기
2019/01/27 15:18:30 [crit] 23475#0: *39947969 open() "/xxdata/nginx/proxy_temp/4/44/0000200444" failed (13: Permission denied) while reading upstream, client: 110.70.240.98, server: api.xuexintest.com, request: "GET /training-srv/jy/report/downLoad/273e658b-d6a9-45ad-bdf5-893fcd261700©fileType=0&kd=1&zt=1&fx=1&jd=1&dp=1&ly=1&kdkp=1&subjectCode=chemistry&xnID=sjl HTTP/1.1", upstream: "http://10.17.16.104:1300/training-srv/jy/report/downLoad/273e658b-d6a9-45ad-bdf5-893fcd261700©fileType=0&kd=1&zt=1&fx=1&jd=1&dp=1&ly=1&kdkp=1&subjectCode=chemistry&xnID=sjl", host: "ai.test.com"

문제 분석 및 해결 방법: 문제 분석: work /xxdata/nginx/proxy_temp/4/03/0000000034 。work nginx ,nginx 。 proxy_temp nginx ,nginx 。 문제 해결:
[root@test nginx]# chown -R nginx:nginx ./proxy_temp/
  [root@test nginx]# ll proxy_temp/
 total 40
drwx------ 102 nginx nginx 4096 Mar  9  2016 0
drwx------ 102 nginx nginx 4096 Mar  9  2016 1
drwx------ 102 nginx nginx 4096 Mar  9  2016 2
drwx------ 102 nginx nginx 4096 Mar  9  2016 3
drwx------ 102 nginx nginx 4096 Mar  9  2016 4
drwx------ 102 nginx nginx 4096 Mar  9  2016 5
drwx------ 102 nginx nginx 4096 Mar  9  2016 6
drwx------ 102 nginx nginx 4096 Mar  9  2016 7
drwx------ 102 nginx nginx 4096 Mar  9  2016 8
drwx------ 102 nginx nginx 4096 Mar  9  2016 9

좋은 웹페이지 즐겨찾기