Searched refs:cache_background_update (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 210 ngx_flag_t cache_background_update; member
|
| H A D | ngx_http_upstream.c | 903 && u->conf->cache_background_update) in ngx_http_upstream_cache()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 334 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_background_update), 1239 conf->upstream.cache_background_update = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf() 1530 ngx_conf_merge_value(conf->upstream.cache_background_update, in ngx_http_scgi_merge_loc_conf() 1531 prev->upstream.cache_background_update, 0); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 395 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_background_update), 1452 conf->upstream.cache_background_update = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf() 1751 ngx_conf_merge_value(conf->upstream.cache_background_update, in ngx_http_uwsgi_merge_loc_conf() 1752 prev->upstream.cache_background_update, 0); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 484 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_background_update), 2760 conf->upstream.cache_background_update = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf() 3056 ngx_conf_merge_value(conf->upstream.cache_background_update, in ngx_http_fastcgi_merge_loc_conf() 3057 prev->upstream.cache_background_update, 0); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 568 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_background_update), 2893 conf->upstream.cache_background_update = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf() 3206 ngx_conf_merge_value(conf->upstream.cache_background_update, in ngx_http_proxy_merge_loc_conf() 3207 prev->upstream.cache_background_update, 0); in ngx_http_proxy_merge_loc_conf()
|