Error 413 - Post Request

0

When I send a post request (the request has fields to attach multiple images) the response is 413, using the ec2 instance. Woks perfectly fine when there is only one or two images, this one also fails when the size of images are high.

AMAL
已提问 5 个月前222 查看次数
1 回答
0

you may have to check and increase the client_max_body_size in nginx config and restart it. May be to client_max_body_size 100M It should do the trick. Hopefully

profile picture
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则