| Syntax: | client_body_in_single_buffer |
|---|---|
| Default: | client_body_in_single_buffer off; |
| Context: | http, server, location |
Determines whether nginx should save the entire client request body in a single buffer. The directive is recommended when using the $request_body variable, to save the number of copy operations involved.
Please login to continue.