Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c61 ngx_str_t body_source; member
391 offsetof(ngx_http_proxy_loc_conf_t, body_source),
3362 if (conf->body_source.data == NULL) { in ngx_http_proxy_merge_loc_conf()
3364 conf->body_source = prev->body_source; in ngx_http_proxy_merge_loc_conf()
3369 if (conf->body_source.data && conf->body_lengths == NULL) { in ngx_http_proxy_merge_loc_conf()
3374 sc.source = &conf->body_source; in ngx_http_proxy_merge_loc_conf()