您的位置 首页 nginx

nginx 413 Request Entity Too Large

413 Request Entity Too Large 是在上传文件中较常出现的一个错误,即正在上传的文件超过了允许上传的最大限制,禁止上传。

1. 修改nginx配置client_max_body_size

根据域名的访问流程路径,查看每一个可能限制位置,检查client_max_body_size字段配置大小。如ELB、waf、各级nginx代理等的http、server、location模块配置。

client_max_body_size 100m;

 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章