Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_header_filter_module.c401 if (r->gzip_vary) { in ngx_http_header_filter()
402 if (clcf->gzip_vary) { in ngx_http_header_filter()
406 r->gzip_vary = 0; in ngx_http_header_filter()
573 if (r->gzip_vary) { in ngx_http_header_filter()
H A Dngx_http_request.h499 unsigned gzip_vary:1; member
H A Dngx_http_core_module.h404 ngx_flag_t gzip_vary; /* gzip_vary */ member
H A Dngx_http_core_module.c736 offsetof(ngx_http_core_loc_conf_t, gzip_vary),
846 r->gzip_vary = 0; in ngx_http_handler()
3470 clcf->gzip_vary = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3749 ngx_conf_merge_value(conf->gzip_vary, prev->gzip_vary, 0); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_static_module.c122 if (!clcf->gzip_vary && rc != NGX_OK) { in ngx_http_gzip_static_handler()
192 r->gzip_vary = 1; in ngx_http_gzip_static_handler()
H A Dngx_http_gunzip_filter_module.c141 r->gzip_vary = 1; in ngx_http_gunzip_header_filter()
H A Dngx_http_gzip_filter_module.c263 r->gzip_vary = 1; in ngx_http_gzip_header_filter()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c382 if (r->gzip_vary) { in ngx_http_v2_header_filter()
383 if (clcf->gzip_vary) { in ngx_http_v2_header_filter()
387 r->gzip_vary = 0; in ngx_http_v2_header_filter()
599 if (r->gzip_vary) { in ngx_http_v2_header_filter()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru3814 поддерживающим сжатие, при настройках gzip_static on и gzip_vary off;
3996 заголовок ответа, если обе директивы gzip_static и gzip_vary были
5118 *) Изменение: теперь директива "gzip_vary on" выдаёт строку
5529 *) Добавление: директива gzip_vary.
H A DCHANGES3745 gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared
3923 line, if both "gzip_static" and "gzip_vary" were on.
5019 *) Change: now the "gzip_vary" directive turned on issues a
5415 *) Feature: the "gzip_vary" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim292 syn keyword ngxDirective contained gzip_vary