Re: Upload large files via Nginx reverse proxy

2020-09-14 Thread Navlesh
Can you please share the details? how did you make it work? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280578,289418#msg-289418 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Upload large files via Nginx reverse proxy

2018-07-20 Thread cyberfarer
It did. Thank you! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280578,280589#msg-280589 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Upload large files via Nginx reverse proxy

2018-07-19 Thread Frank Liu
Does this work for you? https://serverfault.com/questions/768693/nginx-how-to-completely-disable-request-body-buffering On Thu, Jul 19, 2018 at 8:45 AM, cyberfarer wrote: > We have Nginx as a reverse proxy server to a Pydio server backend running > with Apache2. We are attempting to upload a 50G

Re: Upload large files via Nginx reverse proxy

2018-07-19 Thread Maxim Dounin
Hello! On Thu, Jul 19, 2018 at 11:45:01AM -0400, cyberfarer wrote: > We have Nginx as a reverse proxy server to a Pydio server backend running > with Apache2. We are attempting to upload a 50G file. The Nginx server, > 1.14.0, is attempting to write the file locally to /var/lib/nginx/body/ > rath

Upload large files via Nginx reverse proxy

2018-07-19 Thread cyberfarer
We have Nginx as a reverse proxy server to a Pydio server backend running with Apache2. We are attempting to upload a 50G file. The Nginx server, 1.14.0, is attempting to write the file locally to /var/lib/nginx/body/ rather than sending it directly to the backend. Our proxy server has a very small