Re: Nginx and libatomic

2018-07-19 Thread dyadaval
Hello, Without stream modules, nginx cross compiles well. With stream modules, I see the below error: buildmachine:nginx-1.12.0_ppc[sim-qnx-r18.x]$vim src/core/ngx_rwlock.c buildmachine:nginx-1.12.0_ppc[sim-qnx-r18.x]$make make -f objs/Makefile make[1]: Entering directory '/home/dyadavalli/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