Searched refs:body_source (Results 1 – 1 of 1) sorted by relevance
61 ngx_str_t body_source; member391 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()