Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h50 #define NGX_HTTP_UPSTREAM_IGN_EXPIRES 0x00000008 macro
H A Dngx_http_upstream.c471 { ngx_string("Expires"), NGX_HTTP_UPSTREAM_IGN_EXPIRES },
4706 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_EXPIRES) { in ngx_http_upstream_process_expires()