Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h51 #define NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL 0x00000010 macro
H A Dngx_http_upstream.c472 { ngx_string("Cache-Control"), NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL },
4585 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL) { in ngx_http_upstream_process_cache_control()