On Tuesday 03 February 2015 01:26:48 nginxuser100 wrote:
> Hi, the situation that I am trying to solve is what happens if the client's
> request is larger than the configured client_max_body_size. Turning off
> buffering by nginx should resolve the problem as nginx would forward every
> packet to the back-end server as it comes in. Did I misunderstand the
> purpose of "fastcgi_request_buffering off;"? Thanks.
> 

Then all you need is to configure reasonable client_max_body_size.
The main purpose of this directive is to protect your server from
uploading unlimited amount of data.

  wbr, Valentin V. Bartenev

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to