Searched refs:cache_revalidate (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 208 ngx_flag_t cache_revalidate; member
|
| H A D | ngx_http_upstream.c | 2514 && u->conf->cache_revalidate) in ngx_http_upstream_test_next() 5647 || !r->upstream->conf->cache_revalidate in ngx_http_upstream_cache_last_modified() 5675 || !r->upstream->conf->cache_revalidate in ngx_http_upstream_cache_etag()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 327 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_revalidate), 1238 conf->upstream.cache_revalidate = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf() 1527 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_scgi_merge_loc_conf() 1528 prev->upstream.cache_revalidate, 0); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 388 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_revalidate), 1451 conf->upstream.cache_revalidate = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf() 1748 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_uwsgi_merge_loc_conf() 1749 prev->upstream.cache_revalidate, 0); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 477 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_revalidate), 2759 conf->upstream.cache_revalidate = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf() 3053 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_fastcgi_merge_loc_conf() 3054 prev->upstream.cache_revalidate, 0); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 554 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_revalidate), 2891 conf->upstream.cache_revalidate = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf() 3200 ngx_conf_merge_value(conf->upstream.cache_revalidate, in ngx_http_proxy_merge_loc_conf() 3201 prev->upstream.cache_revalidate, 0); in ngx_http_proxy_merge_loc_conf()
|