Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c60 ngx_array_t *body_values; member
950 && plcf->body_values == NULL && plcf->upstream.pass_request_body in ngx_http_proxy_handler()
1481 if (plcf->body_values) { in ngx_http_proxy_create_request()
1482 e.ip = plcf->body_values->elts; in ngx_http_proxy_create_request()
1507 } else if (plcf->body_values == NULL && plcf->upstream.pass_request_body) { in ngx_http_proxy_create_request()
3366 conf->body_values = prev->body_values; in ngx_http_proxy_merge_loc_conf()
3377 sc.values = &conf->body_values; in ngx_http_proxy_merge_loc_conf()