Searched refs:keepalive_timeout (Results 1 – 7 of 7) sorted by relevance
35 keepalive_timeout 65;
365 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ member
1258 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()
2718 && clcf->keepalive_timeout > 0) in ngx_http_finalize_connection()3205 ngx_add_timer(rev, clcf->keepalive_timeout); in ngx_http_set_keepalive()
166 *) Добавление: директивы keepalive_timeout и keepalive_requests в блоке8178 директива keepalive_timeout запрещала использование keep-alive.
160 *) Feature: the "keepalive_timeout" and "keepalive_requests" directives8040 keepalive_timeout directive forbade the keep-alive use.
341 syn keyword ngxDirective contained keepalive_timeout