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

Posted

tags:

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

 

nginx出现的413 Request Entity Too Large错误,这个错误一般在上传文件的时候出现,打开nginx主配置文件nginx.conf,找到http{}段,添加

解决方法就是

打开nginx主配置文件nginx.conf,一般在/usr/local/nginx/conf/nginx.conf这个位置,找到http{}段,修改或者添加

 代码如下 复制代码

client_max_body_size 2m;

 

然后重启nginx

   cd /usr/local/nginx/sbin

  ./nginx -s reload

以上是关于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 的问题