解决 Request Entity Too Large问题

Posted 互联网老辛

tags:

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

问题产生过程

安装好wordpress后,上传主题,提示 413 Request Entity Too Large
在这里插入图片描述

使用的系统为centos7,使用的环境为LNMP

解决方案

nginx配置文件中修改:
在http{} 中增加
client_max_body_size 10m;

在这里插入图片描述
[root@itlaoxin-17 jf]# nginx -s reload

重新执行即可:

完美解决

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

解决 Request Entity Too Large问题

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

PayloadTooLargeError: request entity too large错误解决

出现 Request Entity Too Large问题的解决方法

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

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