Syntax: scgi_request_buffering on | off; Default: scgi_request_buffering on; Context: http, server, location
This directive appeared in version 1.7.11.
Enables or disables buffering of a client request body.
When buffering is enabled, the entire request body is read from the client before sending the request to an SCGI server.
When buffering is disabled, the request body is sent to the SCGI server immediately as it is received. In this case, the request cannot be passed to the