Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h49 #define NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES 0x00000004 macro
H A Dngx_http_upstream.c467 { ngx_string("X-Accel-Expires"), NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES },
4748 if (u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES) { in ngx_http_upstream_process_accel_expires()