# HG changeset patch # User Yaroslav Zhuravlev # Date 1602851494 -3600 # Node ID fdfe54a01ea1b1d047465facdb954707071234f3 # Parent 99bd2ae8d2beb3b11995425bf552278551090bbd Relocated note in keepalive directive. 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="85">
@@ -543,6 +543,12 @@ that an nginx worker process can open. The connections parameter should be set to a number small enough to let upstream servers process new incoming connections as well. + + +When using load balancing methods other than the default +round-robin method, it is necessary to activate them before +the keepalive directive. + @@ -624,12 +630,6 @@ server { -When using load balancer methods other than the default -round-robin method, it is necessary to activate them before -the keepalive directive. - - - SCGI and uwsgi protocols do not have a notion of keepalive connections. 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="85">
@@ -550,6 +550,12 @@ upstream backend { консервативно, чтобы серверы группы по-прежнему могли обрабатывать новые входящие соединения. + + +При использовании методов балансировки нагрузки, отличных +от стандартного round-robin, следует активировать их до +директивы keepalive. + @@ -632,12 +638,6 @@ server { -При использовании методов балансировки нагрузки, отличных -от стандартного round-robin, следует активировать их до -директивы keepalive. - - - Протоколы SCGI и uwsgi не определяют семантику постоянных соединений.