On 23 April 2012 23:40, slafs <slaf...@gmail.com> wrote:
> Got an "abort: HTTP Error 413: Request Entity Too Large" while doing
> hg push http://....
> My configuration involves nginx as a reverse proxy.
> It happens near sending the 1900th byte (I think).
> Any hints/help or should I post some configs?
> Regards
> Sławek
> Did you mean 1900th KB? You might want to check "client_max_body_size" in
your /etc/nginx/nginx.conf, I think the default is only 1MB which is too
low for HG usage. I set mine to "50m" which is enough for my setup.
Cheers,
Robin.