Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h171 ngx_uint_t ignore_headers; member
H A Dngx_http_upstream.c2727 && !(u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT)) in ngx_http_upstream_process_headers()
4546 if (!(u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_SET_COOKIE)) { in ngx_http_upstream_process_set_cookie()
4585 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL) { in ngx_http_upstream_process_cache_control()
4706 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_EXPIRES) { in ngx_http_upstream_process_expires()
4748 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES) { in ngx_http_upstream_process_accel_expires()
4801 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE) { in ngx_http_upstream_process_limit_rate()
4824 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_XA_BUFFERING) { in ngx_http_upstream_process_buffering()
4857 if (r->upstream->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_XA_CHARSET) { in ngx_http_upstream_process_charset()
4912 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_VARY) { in ngx_http_upstream_process_vary()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c406 offsetof(ngx_http_scgi_loc_conf_t, upstream.ignore_headers),
1427 ngx_conf_merge_bitmask_value(conf->upstream.ignore_headers, in ngx_http_scgi_merge_loc_conf()
1428 prev->upstream.ignore_headers, in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c474 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.ignore_headers),
1648 ngx_conf_merge_bitmask_value(conf->upstream.ignore_headers, in ngx_http_uwsgi_merge_loc_conf()
1649 prev->upstream.ignore_headers, in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c556 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.ignore_headers),
2953 ngx_conf_merge_bitmask_value(conf->upstream.ignore_headers, in ngx_http_fastcgi_merge_loc_conf()
2954 prev->upstream.ignore_headers, in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_grpc_module.c342 offsetof(ngx_http_grpc_loc_conf_t, upstream.ignore_headers),
4253 ngx_conf_merge_bitmask_value(conf->upstream.ignore_headers, in ngx_http_grpc_merge_loc_conf()
4254 prev->upstream.ignore_headers, in ngx_http_grpc_merge_loc_conf()
H A Dngx_http_proxy_module.c633 offsetof(ngx_http_proxy_loc_conf_t, upstream.ignore_headers),
3104 ngx_conf_merge_bitmask_value(conf->upstream.ignore_headers, in ngx_http_proxy_merge_loc_conf()
3105 prev->upstream.ignore_headers, in ngx_http_proxy_merge_loc_conf()