# HG changeset patch # User Yaroslav Zhuravlev # Date 1602851494 -3600 # Node ID fdfe54a01ea1b1d047465facdb954707071234f3 # Parent 99bd2ae8d2beb3b11995425bf552278551090bbd Relocated note in keepalive directive. diff -r 99bd2ae8d2be -r fdfe54a01ea1 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Thu Oct 08 11:36:19 2020 +0100 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Fri Oct 16 13:31:34 2020 +0100 @@ -10,7 +10,7 @@ + rev="85">
@@ -543,6 +543,12 @@ 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 @@ -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 -r 99bd2ae8d2be -r fdfe54a01ea1 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Thu Oct 08 11:36:19 2020 +0100 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Fri Oct 16 13:31:34 2020 +0100 @@ -10,7 +10,7 @@ + rev="85">
@@ -550,6 +550,12 @@ консервативно, чтобы серверы группы по-прежнему могли обрабатывать новые входящие соединения. + + +При использовании методов балансировки нагрузки, отличных +от стандартного round-robin, следует активировать их до +директивы keepalive. + @@ -632,12 +638,6 @@ -При использовании методов балансировки нагрузки, отличных -от стандартного round-robin, следует активировать их до -директивы keepalive. - - - Протоколы SCGI и uwsgi не определяют семантику постоянных соединений.