Home
last modified time | relevance | path

Searched refs:gzcf (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.c96 ngx_http_gzip_static_conf_t *gzcf; in ngx_http_gzip_static_handler() local
106 gzcf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_static_module); in ngx_http_gzip_static_handler()
108 if (gzcf->enable == NGX_HTTP_GZIP_STATIC_OFF) { in ngx_http_gzip_static_handler()
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()