]> git.kaiwu.me - nginx.git/commit
Cache: added temp_path to file cache.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 2 Feb 2015 16:38:35 +0000 (19:38 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 2 Feb 2015 16:38:35 +0000 (19:38 +0300)
commitf8fecbc94d204c4ce1a86556d2642af00146995e
treea8e9046ec9b0f81790e58568523e5006ad9d65d8
parent54e14a387fe0b18dc3e607effef26603a32cacf5
Cache: added temp_path to file cache.

If use_temp_path is set to off, a subdirectory "temp" is created in the cache
directory.  It's used instead of proxy_temp_path and friends for caching
upstream response.
src/http/ngx_http_cache.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_upstream.c