Home
last modified time | relevance | path

Searched refs:NGX_HTTP_GZIP_STATIC_OFF (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.c13 #define NGX_HTTP_GZIP_STATIC_OFF 0 macro
31 { ngx_string("off"), NGX_HTTP_GZIP_STATIC_OFF },
108 if (gzcf->enable == NGX_HTTP_GZIP_STATIC_OFF) { in ngx_http_gzip_static_handler()
309 NGX_HTTP_GZIP_STATIC_OFF); in ngx_http_gzip_static_merge_conf()