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-larg…
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
Ah, that could well be it. This is running behind an nginx reverse
proxy. I'll give it a try.
Thanks
Tim