Home
last modified time | relevance | path

Searched refs:cache_background_update (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h210 ngx_flag_t cache_background_update; member
H A Dngx_http_upstream.c903 && u->conf->cache_background_update) in ngx_http_upstream_cache()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c334 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 Dngx_http_uwsgi_module.c395 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 Dngx_http_fastcgi_module.c484 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 Dngx_http_proxy_module.c568 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()