client_body_temp_path

Syntax: client_body_temp_path path [level1 [level2 [level3]]];
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

1
client_body_temp_path /spool/nginx/client_temp 1 2;

a path to a temporary file might look like this:

1
/spool/nginx/client_temp/7/45/00000123457
doc_nginx
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.