[crit] 30064#0: 5866 open() /client_body_temp / 000000000021 failed (13: Permission denied).

484 단어 nginx
nginx 오류 신고
[crit] 30064#0: *5866 open() "/usr/local/var/run/nginx/client_body_temp/0000000021" failed (13: Permission denied),


nginx 프로필 에 추가
1
2
3
4
5
6
7
8
9
http {
    # ...

    client_body_temp_path /tmp 1 2;
    client_body_buffer_size 256k;
    #client_body_in_file_only off;

    # ...
}

 
 
원본 링크: http://geeklive.cn/2019/07/25/NginxPostError/undefined/NginxPostError/

좋은 웹페이지 즐겨찾기