Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h406 ngx_uint_t gzip_http_version; /* gzip_http_version */ member
H A Dngx_http_core_module.c743 offsetof(ngx_http_core_loc_conf_t, gzip_http_version),
1982 if (r->http_version < clcf->gzip_http_version) { in ngx_http_gzip_ok()
3471 clcf->gzip_http_version = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()
3750 ngx_conf_merge_uint_value(conf->gzip_http_version, prev->gzip_http_version, in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim286 syn keyword ngxDirective contained gzip_http_version