Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h198 ngx_uint_t cache_min_uses; member
H A Dngx_http_upstream.c869 c->min_uses = u->conf->cache_min_uses; in ngx_http_upstream_cache()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c278 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_min_uses),
1230 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_scgi_create_loc_conf()
1473 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_scgi_merge_loc_conf()
1474 prev->upstream.cache_min_uses, 1); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c339 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_min_uses),
1443 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_uwsgi_create_loc_conf()
1694 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_uwsgi_merge_loc_conf()
1695 prev->upstream.cache_min_uses, 1); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c428 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_min_uses),
2751 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_fastcgi_create_loc_conf()
2999 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_fastcgi_merge_loc_conf()
3000 prev->upstream.cache_min_uses, 1); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c505 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_min_uses),
2883 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf()
3151 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_proxy_merge_loc_conf()
3152 prev->upstream.cache_min_uses, 1); in ngx_http_proxy_merge_loc_conf()