nginx 客户端请求大小限制

SYNTAX: client_max_body_size size;
DEFAULT:    
client_max_body_size 1m;
CONTEXT:    http, server, location
Sets the maximum allowed size of the client request body, specified in the “Content-Length” request header field. If the size in a request exceeds the configured value, the 413 (Request Entity Too Large) error is returned to the client. Please be aware that browsers cannot correctly display this error. Setting size to 0 disables checking of client request body size.

今天上传图片,发现老出错,也没超过程序所设的大小限制,为啥就不行。后来突然想起来以前用nginx接tomcat也出现过,后来证明是nginx默认设置导致的。

在server节点下增加 client_max_body_size 4m; 搞定。nginx 默认限制是1m

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值