Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_static_module.c14 #define NGX_HTTP_GZIP_STATIC_ON 1 macro
32 { ngx_string("on"), NGX_HTTP_GZIP_STATIC_ON },
112 if (gzcf->enable == NGX_HTTP_GZIP_STATIC_ON) { in ngx_http_gzip_static_handler()
191 if (gzcf->enable == NGX_HTTP_GZIP_STATIC_ON) { in ngx_http_gzip_static_handler()