Syntax: | uwsgi_temp_path
|
---|---|
Default: | uwsgi_temp_path uwsgi_temp; |
Context: | http , server , location |
Defines a directory for storing temporary files with data received from uwsgi servers. Up to three-level subdirectory hierarchy can be used underneath the specified directory. For example, in the following configuration
1 | uwsgi_temp_path /spool/nginx/uwsgi_temp 1 2; |
a temporary file might look like this:
1 | /spool/nginx/uwsgi_temp/<strong>7</strong>/<strong>45</strong>/00000123<strong>457</strong> |
See also the use_temp_path
parameter of the uwsgi_cache_path directive.
Please login to continue.