Searched refs:headers_hash_max_size (Results 1 – 1 of 1) sorted by relevance
90 ngx_uint_t headers_hash_max_size; member377 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()