Searched refs:pass_request_headers (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 178 offsetof(ngx_http_scgi_loc_conf_t, upstream.pass_request_headers), 700 if (scf->upstream.pass_request_headers) { in ngx_http_scgi_create_request() 848 if (scf->upstream.pass_request_headers) { in ngx_http_scgi_create_request() 1225 conf->upstream.pass_request_headers = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf() 1535 ngx_conf_merge_value(conf->upstream.pass_request_headers, in ngx_http_scgi_merge_loc_conf() 1536 prev->upstream.pass_request_headers, 1); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 239 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.pass_request_headers), 888 if (uwcf->upstream.pass_request_headers) { in ngx_http_uwsgi_create_request() 1055 if (uwcf->upstream.pass_request_headers) { in ngx_http_uwsgi_create_request() 1438 conf->upstream.pass_request_headers = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf() 1756 ngx_conf_merge_value(conf->upstream.pass_request_headers, in ngx_http_uwsgi_merge_loc_conf() 1757 prev->upstream.pass_request_headers, 1); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 328 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.pass_request_headers), 895 if (flcf->upstream.pass_request_headers) { in ngx_http_fastcgi_create_request() 1090 if (flcf->upstream.pass_request_headers) { in ngx_http_fastcgi_create_request() 2746 conf->upstream.pass_request_headers = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf() 3061 ngx_conf_merge_value(conf->upstream.pass_request_headers, in ngx_http_fastcgi_merge_loc_conf() 3062 prev->upstream.pass_request_headers, 1); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 405 offsetof(ngx_http_proxy_loc_conf_t, upstream.pass_request_headers), 1304 if (plcf->upstream.pass_request_headers) { in ngx_http_proxy_create_request() 1440 if (plcf->upstream.pass_request_headers) { in ngx_http_proxy_create_request() 2878 conf->upstream.pass_request_headers = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf() 3215 ngx_conf_merge_value(conf->upstream.pass_request_headers, in ngx_http_proxy_merge_loc_conf() 3216 prev->upstream.pass_request_headers, 1); in ngx_http_proxy_merge_loc_conf()
|
| H A D | ngx_http_memcached_module.c | 625 conf->upstream.pass_request_headers = 0; in ngx_http_memcached_create_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 682 if (glcf->upstream.pass_request_headers) { in ngx_http_grpc_create_request() 918 if (glcf->upstream.pass_request_headers) { in ngx_http_grpc_create_request() 4206 conf->upstream.pass_request_headers = 1; in ngx_http_grpc_create_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 177 ngx_flag_t pass_request_headers; member
|