Searched refs:keepalive_requests (Results 1 – 5 of 5) sorted by relevance
374 ngx_uint_t keepalive_requests; /* keepalive_requests */ member
515 offsetof(ngx_http_core_loc_conf_t, keepalive_requests),1261 } else if (r->connection->requests >= clcf->keepalive_requests) { in ngx_http_update_location_config()3443 clcf->keepalive_requests = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()3676 ngx_conf_merge_uint_value(conf->keepalive_requests, in ngx_http_core_merge_loc_conf()3677 prev->keepalive_requests, 100); in ngx_http_core_merge_loc_conf()
166 *) Добавление: директивы keepalive_timeout и keepalive_requests в блоке4226 *) Добавление: директива keepalive_requests.
160 *) Feature: the "keepalive_timeout" and "keepalive_requests" directives4144 *) Feature: the "keepalive_requests" directive.
340 syn keyword ngxDirective contained keepalive_requests