上传一个大文件,出来错误 413 Request Entity Too Large
解决方法:打开nginx主配置文件nginx.conf,找到http{}段,添加
client_max_body_size 20m;
Centos下 vi /usr/local/nginx/conf/nginx.conf
重启NGINX
kill -HUP `cat /usr/local/nginx/nginx.pid `
恢复正常
关键字词:
相关文章
- nginx woff2加载报错404
- nginx禁止访问某个文件和目录(文件夹)
- nginx 隐藏或屏蔽返回版本信息
- nginx iis 下对目录中所有图片加水印方法
- nginx 提示An error occurred 解决方法
- nginx 防止 get请求下载htaccess
- nginx上传大附件 client intended to send too large body 187716882 bytes,
- nginx http301转跳 无www转跳到www域名
- nginx常见错误 500错误
- linux 下nginx 中伪静态错误 directive "rewrite" is not terminated by ";" in