23 Apr
2016
23 Apr
'16
9:41 a.m.
On 22/04/2016 16:07, Clemens Klein-Robbenhaar wrote:
This blog post:
http://cnedelcu.blogspot.de/2013/09/nginx-error-413-request-entity-too-large...
tells me nginx does not allow request bodies larger than 1mb by default
if you use nginx you might want to update this configuration variable:
http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
hth clemens
Yes, confirmed. That was indeed the problem. Raising the limit solved the problem. Thanks Tim