Searched refs:cache_bypass (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 213 ngx_array_t *cache_bypass; member
|
| H A D | ngx_http_upstream.c | 872 switch (ngx_http_test_predicates(r, u->conf->cache_bypass)) { in ngx_http_upstream_cache()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 257 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_bypass), 1232 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf() 1500 ngx_conf_merge_ptr_value(conf->upstream.cache_bypass, in ngx_http_scgi_merge_loc_conf() 1501 prev->upstream.cache_bypass, NULL); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 318 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_bypass), 1445 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf() 1721 ngx_conf_merge_ptr_value(conf->upstream.cache_bypass, in ngx_http_uwsgi_merge_loc_conf() 1722 prev->upstream.cache_bypass, NULL); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 407 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_bypass), 2753 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf() 3026 ngx_conf_merge_ptr_value(conf->upstream.cache_bypass, in ngx_http_fastcgi_merge_loc_conf() 3027 prev->upstream.cache_bypass, NULL); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 484 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_bypass), 2885 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf() 3178 ngx_conf_merge_ptr_value(conf->upstream.cache_bypass, in ngx_http_proxy_merge_loc_conf() 3179 prev->upstream.cache_bypass, NULL); in ngx_http_proxy_merge_loc_conf()
|