Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h56 #define NGX_HTTP_UPSTREAM_IGN_VARY 0x00000200 macro
H A Dngx_http_upstream.c474 { ngx_string("Vary"), NGX_HTTP_UPSTREAM_IGN_VARY },
4912 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_VARY) { in ngx_http_upstream_process_vary()