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