changeset 2610:fdfe54a01ea1

Relocated note in keepalive directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 16 Oct 2020 13:31:34 +0100
parents 99bd2ae8d2be
children 454af1d39021
files xml/en/docs/http/ngx_http_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml
diffstat 2 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="84">
+        rev="85">
 
 <section id="summary">
 
@@ -543,6 +543,12 @@ that an nginx worker process can open.
 The <value>connections</value> parameter should be set to a number small enough
 to let upstream servers process new incoming connections as well.
 </note>
+
+<note>
+When using load balancing methods other than the default
+round-robin method, it is necessary to activate them before
+the <literal>keepalive</literal> directive.
+</note>
 </para>
 
 <para>
@@ -624,12 +630,6 @@ server {
 
 <para>
 <note>
-When using load balancer methods other than the default
-round-robin method, it is necessary to activate them before
-the <literal>keepalive</literal> directive.
-</note>
-
-<note>
 SCGI and uwsgi protocols do not have a notion of keepalive connections.
 </note>
 </para>
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="84">
+        rev="85">
 
 <section id="summary">
 
@@ -550,6 +550,12 @@ upstream backend {
 консервативно, чтобы серверы группы по-прежнему могли обрабатывать
 новые входящие соединения.
 </note>
+
+<note>
+При использовании методов балансировки нагрузки, отличных
+от стандартного round-robin, следует активировать их до
+директивы <literal>keepalive</literal>.
+</note>
 </para>
 
 <para>
@@ -632,12 +638,6 @@ server {
 
 <para>
 <note>
-При использовании методов балансировки нагрузки, отличных
-от стандартного round-robin, следует активировать их до
-директивы <literal>keepalive</literal>.
-</note>
-
-<note>
 Протоколы SCGI и uwsgi не определяют семантику постоянных соединений.
 </note>
 </para>