Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c90 ngx_uint_t headers_hash_max_size; member
377 offsetof(ngx_http_proxy_loc_conf_t, headers_hash_max_size),
2920 conf->headers_hash_max_size = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf()
3319 ngx_conf_merge_uint_value(conf->headers_hash_max_size, in ngx_http_proxy_merge_loc_conf()
3320 prev->headers_hash_max_size, 512); in ngx_http_proxy_merge_loc_conf()
3328 hash.max_size = conf->headers_hash_max_size; in ngx_http_proxy_merge_loc_conf()
3593 hash.max_size = conf->headers_hash_max_size; in ngx_http_proxy_init_headers()