Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h28 #define NGX_HTTP_GZIP_PROXIED_NO_LM 0x0040 macro
H A Dngx_http_core_module.c165 { ngx_string("no_last_modified"), NGX_HTTP_GZIP_PROXIED_NO_LM },
2067 if ((p & NGX_HTTP_GZIP_PROXIED_NO_LM) && r->headers_out.last_modified) { in ngx_http_gzip_ok()