fastcgi_request_buffering

Syntax: fastcgi_request_buffering on | off;
Default: fastcgi_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 a FastCGI server.

When buffering is disabled, the request body is sent to the FastCGI server immediately as it is received. In this case, the request cannot be passed to the next server if nginx already started sending the request body.

doc_nginx
2017-02-09 07:06:12
Comments
Leave a Comment

Please login to continue.