Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c69 ngx_array_t *proxy_lengths; member
889 if (plcf->proxy_lengths == NULL) { in ngx_http_proxy_handler()
978 if (ngx_http_script_run(r, &proxy, plcf->proxy_lengths->elts, 0, in ngx_http_proxy_eval()
1109 if (plcf->proxy_lengths && ctx->vars.uri.len) { in ngx_http_proxy_create_key()
1227 if (plcf->proxy_lengths && ctx->vars.uri.len) { in ngx_http_proxy_create_request()
1352 if (plcf->proxy_lengths && ctx->vars.uri.len) { in ngx_http_proxy_create_request()
3348 conf->proxy_lengths = prev->proxy_lengths; in ngx_http_proxy_merge_loc_conf()
3357 && (conf->upstream.upstream || conf->proxy_lengths)) in ngx_http_proxy_merge_loc_conf()
3616 if (plcf->upstream.upstream || plcf->proxy_lengths) { in ngx_http_proxy_pass()
3640 sc.lengths = &plcf->proxy_lengths; in ngx_http_proxy_pass()
[all …]