Nginx 413 Request Entity Too Large

Posted 为牧

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx 413 Request Entity Too Large相关的知识,希望对你有一定的参考价值。

遇到问题

nginx环境下上传大文件报错:Request Entity Too Large(请求实体太大)

问题原因

nginx限制了上传文件的大小

解决问题

修改当前站点nginx配置的server块内容
添加client_max_body_size 200m; 将nginx上传大小限制设置为200MB;
配置修改参考如下:

以上是关于Nginx 413 Request Entity Too Large的主要内容,如果未能解决你的问题,请参考以下文章

Nginx 413 Request Entity Too Large

nginx-413-Request Entity Too Large

nginx-413-Request Entity Too Large

nginx-413-Request Entity Too Large

nginx修改上传文件大小限制(413 Request Entity Too Large)

Nginx出现413 Request Entity Too Large错误解决方法