Re: how to completely disable request body buffering

2016-09-01 Thread Phani Sreenivasa Prasad
Hi B.R Please find the nginx confiuration below that we are using. and any help would be greatful. nginx -V = nginx version: nginx/1.8.0 built with OpenSSL 1.0.2h-fips 3 May 2016 TLS SNI support enabled configure arguments: --crossbuild=Linux::arm

Re: how to completely disable request body buffering

2016-08-26 Thread B.R.
fastcgi_request_buffering does deactivate request buffering from what I understand from the docs. client_body_buffer_size is said to be useful/used only when the previous directive is activated. >From what I read it seems your configuration attempts failed to load or to be activated where needed.

how to completely disable request body buffering

2016-08-25 Thread phani prasad
Hi all, for one of our products we have chosen nginx as our webserver and using fastCGI to talk to upstream(application) layer. We have a usecase where in the client sends huge payload typically in MB and nginx is quick enough reading all the data and buffering it . Whereas our upstream server is