I have a page with a lot of information and I am going to be adding Uber cart to the page as well. Is there a fix for this error message?

Request Entity Too Large

The requested resource
/
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.

Comments

Anks’s picture

Hello Dayna,

You have to increase client_max_body_size. By default is 1 MB. Like this on your server or http config:

client_max_body_size 100m; # This makes it possible to upload files up to 100 MB

Thanks.

Ankit Hinglajia

Dayna092’s picture

Thank you for your advice. The host wouldn't do it. So I had to upgrade the site to VPS.