Nginx client_body_temp/0000000297“ failed

client_body_temp/0000000297" failed (13: Permission denied),

原因是ower是nobady,可以支定义接收的缓存文件夹:
在http块添加

http{
    
    
	...
    client_max_body_size 10m;
    client_body_buffer_size 256k;
    client_body_temp_path /home/***/nginx-1.10.3/client_body_temp_abc;
}

猜你喜欢

转载自blog.csdn.net/weixin_40437821/article/details/112998472