| Syntax: | client_body_temp_path
|
|---|---|
| Default: | client_body_temp_path client_body_temp; |
| Context: | http, server, location |
Defines a directory for storing temporary files holding client request bodies. Up to three-level subdirectory hierarchy can be used under the specified directory. For example, in the following configuration
client_body_temp_path /spool/nginx/client_temp 1 2;
a path to a temporary file might look like this:
/spool/nginx/client_temp/7/45/00000123457
Please login to continue.