Nginx 上传大文件时报404错误
时间:2019-02-18 12:27:43
收藏:0
阅读:1003
处理方法:在配置文件中更改以下2个参数
client_max_body_size 10M;
client_body_buffer_size 10M;
原文:http://blog.51cto.com/linux10000/2351248
评论(0)