Re: Big file upload through proxy problem

2014-12-24 Thread Maxim Dounin
Hello! On Tue, Dec 23, 2014 at 02:17:38PM -0500, Guest13778 wrote: > Sorry, I forgot to post an example: > > # curl -v -F file=@test.tar.gz -T http:/mydomain.com > * About to connect() to mydomain.com port 80 (#0) > * Trying 192.168.15.1... connected > * Connected to mydomain.com (192.168.15.1

Re: Big file upload through proxy problem

2014-12-23 Thread Guest13778
Sorry, I forgot to post an example: # curl -v -F file=@test.tar.gz -T http:/mydomain.com * About to connect() to mydomain.com port 80 (#0) * Trying 192.168.15.1... connected * Connected to mydomain.com (192.168.15.1) port 80 (#0) > POST / HTTP/1.1 > User-Agent: curl/7.19.7 (x86_64-redhat-linux-g

Big file upload through proxy problem

2014-12-23 Thread Guest13778
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 lim