# HG changeset patch # User Yaroslav Zhuravlev # Date 1535463472 -10800 # Node ID e2c3d17d0f5877964d356d3b5b6e8dc13167a1c1 # Parent 0d55b8bddbe95637348f4444a206397a9aa56fda Unified wording of upstream keepalive directives. diff --git a/xml/en/docs/http/ngx_http_upstream_module.xml b/xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml +++ b/xml/en/docs/http/ngx_http_upstream_module.xml @@ -10,7 +10,7 @@ + rev="75">
@@ -650,7 +650,7 @@ SCGI and uwsgi protocols do not have a n Sets the maximum number of requests that can be -served through one keep-alive connection. +served through one keepalive connection. After the maximum number of requests is made, the connection is closed. @@ -664,7 +664,7 @@ After the maximum number of requests is 1.15.3 -Sets a timeout during which a keep-alive +Sets a timeout during which an idle keepalive connection to an upstream server will stay open. diff --git a/xml/ru/docs/http/ngx_http_upstream_module.xml b/xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml @@ -10,7 +10,7 @@ + rev="75">
@@ -658,7 +658,7 @@ server { Задаёт максимальное число запросов, которые можно -сделать по одному keep-alive соединению. +сделать по одному постоянному соединению. После того как сделано максимальное число запросов, соединение закрывается. @@ -673,7 +673,7 @@ server { 1.15.3 -Задаёт таймаут, в течение которого keep-alive +Задаёт таймаут, в течение которого неактивное постоянное соединение с сервером группы не будет закрыто.