Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/conf/
H A Dnginx.conf35 keepalive_timeout 65;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h365 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ member
H A Dngx_http_core_module.c1258 if (clcf->keepalive_timeout == 0) { in ngx_http_update_location_config()
3441 clcf->keepalive_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()
3672 ngx_conf_merge_msec_value(conf->keepalive_timeout, in ngx_http_core_merge_loc_conf()
3673 prev->keepalive_timeout, 75000); in ngx_http_core_merge_loc_conf()
4812 if (clcf->keepalive_timeout != NGX_CONF_UNSET_MSEC) { in ngx_http_core_keepalive()
4818 clcf->keepalive_timeout = ngx_parse_time(&value[1], 0); in ngx_http_core_keepalive()
4820 if (clcf->keepalive_timeout == (ngx_msec_t) NGX_ERROR) { in ngx_http_core_keepalive()
H A Dngx_http_request.c2718 && clcf->keepalive_timeout > 0) in ngx_http_finalize_connection()
3205 ngx_add_timer(rev, clcf->keepalive_timeout); in ngx_http_set_keepalive()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru166 *) Добавление: директивы keepalive_timeout и keepalive_requests в блоке
8178 директива keepalive_timeout запрещала использование keep-alive.
H A DCHANGES160 *) Feature: the "keepalive_timeout" and "keepalive_requests" directives
8040 keepalive_timeout directive forbade the keep-alive use.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim341 syn keyword ngxDirective contained keepalive_timeout