干自闭

关注

解决nginx 出现 413:Request Entity Too Large

干自闭

关注

阅读 81

2023-03-06

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

 

解决方法:

#nginx/conf/nginx.conf

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

 



相关推荐

扒皮狼

nginx:413 Request Entity Too Large

扒皮狼 39 0 0

科牛

413 Request Entity Too Large

科牛 161 0 0

江南北

nginx-413-Request Entity Too Large

江南北 80 0 0

海牙秋天

413 (Request Entity Too Large)

海牙秋天 57 0 0

北邮郭大宝

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

北邮郭大宝 45 0 0

大沈投资笔记

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

大沈投资笔记 13 0 0

小铺有酒一两不够

springboot 上传解决 413 Request Entity Too Large

小铺有酒一两不够 94 0 0

Fifi的天马行空

K8S Nginx 413 Request Entity Too Large

Fifi的天马行空 86 0 0

A邱凌

http错误-413 Request Entity Too Large

A邱凌 51 0 0

前端王祖蓝

413 Request Entity Too Large 的问题

前端王祖蓝 95 0 0

精彩评论(0)

0 0 举报