diff xml/en/docs/http/ngx_http_upstream_module.xml @ 2610:fdfe54a01ea1

Relocated note in keepalive directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 16 Oct 2020 13:31:34 +0100
parents 504536999408
children 52500ccb82c1
line wrap: on
line diff
--- 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 @@
 <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 @@
 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 @@
 
 <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>