comparison src/http/ngx_http_upstream.h @ 6906:1aeaae6e9446

Upstream: proxy_cache_background_update and friends. The directives enable cache updates in subrequests.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 10 Feb 2017 15:13:41 +0300
parents d2b2ff157da5
children fa56ab75cffc
comparison
equal deleted inserted replaced
6905:9a9e13686869 6906:1aeaae6e9446
200 ngx_msec_t cache_lock_timeout; 200 ngx_msec_t cache_lock_timeout;
201 ngx_msec_t cache_lock_age; 201 ngx_msec_t cache_lock_age;
202 202
203 ngx_flag_t cache_revalidate; 203 ngx_flag_t cache_revalidate;
204 ngx_flag_t cache_convert_head; 204 ngx_flag_t cache_convert_head;
205 ngx_flag_t cache_background_update;
205 206
206 ngx_array_t *cache_valid; 207 ngx_array_t *cache_valid;
207 ngx_array_t *cache_bypass; 208 ngx_array_t *cache_bypass;
208 ngx_array_t *cache_purge; 209 ngx_array_t *cache_purge;
209 ngx_array_t *no_cache; 210 ngx_array_t *no_cache;