干自闭

关注

解决nginx 出现 413:Request Entity Too Large

干自闭

关注

阅读 80

2023-03-06

去网上搜了一下,说是上传文件大小超过nginx的限制大小(nginx据说默认只能上传不超过2MB的文件)

 

解决方法:

#nginx/conf/nginx.conf

http {
...
client_max_body_size 101m;
...
}

 



相关推荐

扒皮狼

nginx:413 Request Entity Too Large

扒皮狼 35 0 0

科牛

413 Request Entity Too Large

科牛 160 0 0

江南北

nginx-413-Request Entity Too Large

江南北 71 0 0

海牙秋天

413 (Request Entity Too Large)

海牙秋天 56 0 0

北邮郭大宝

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

北邮郭大宝 40 0 0

大沈投资笔记

NGINX 报错 413 Request Entity Too Large 解决方案

大沈投资笔记 10 0 0

小铺有酒一两不够

springboot 上传解决 413 Request Entity Too Large

小铺有酒一两不够 89 0 0

A邱凌

http错误-413 Request Entity Too Large

A邱凌 46 0 0

Fifi的天马行空

K8S Nginx 413 Request Entity Too Large

Fifi的天马行空 80 0 0

前端王祖蓝

413 Request Entity Too Large 的问题

前端王祖蓝 93 0 0

精彩评论(0)

0 0 举报