Hey!
I have this interesting issue.. I have a setup that looks like this Nginx < - >Apache.. and when I try to upload files over proxy (nginx) then it gives me: 413 Request Entity Too Large (by nginx).
Here is my config: http://pastebin.com/9t02sPtm
Also Apache and PHP both have 200mb upload limit (upload works perfect there)
It is able to upload tiny files.. like max up to 6kb I think.. but everything bigger than that will get instantly that error.
Any ideas what might be wrong?
Thanks!