changeset 1817:0160e8784417

Documented behavior of server slow_start with ip_hash and hash.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 03 Jun 2015 15:35:08 +0300
parents 62854d567468
children 574c44d14837
files xml/en/docs/http/ngx_http_upstream_module.xml xml/en/docs/stream/ngx_stream_upstream_module.xml xml/ru/docs/http/ngx_http_upstream_module.xml xml/ru/docs/stream/ngx_stream_upstream_module.xml
diffstat 4 files changed, 20 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Thu Oct 13 20:20:26 2016 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Wed Jun 03 15:35:08 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="52">
+        rev="53">
 
 <section id="summary">
 
@@ -325,6 +325,10 @@
 or when the server becomes available after a period of time
 it was considered <link id="fail_timeout">unavailable</link>.
 Default value is zero, i.e. slow start is disabled.
+<note>
+The parameter cannot be used along with the
+<link id="hash"/> and <link id="ip_hash"/> load balancing methods.
+</note>
 </tag-desc>
 
 </list>
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml	Thu Oct 13 20:20:26 2016 +0300
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml	Wed Jun 03 15:35:08 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="20">
+        rev="21">
 
 <section id="summary">
 
@@ -301,6 +301,10 @@
 or when the server becomes available after a period of time
 it was considered <link id="fail_timeout">unavailable</link>.
 Default value is zero, i.e. slow start is disabled.
+<note>
+The parameter cannot be used along with the
+<link id="hash"/> load balancing method.
+</note>
 </tag-desc>
 
 </list>
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml	Thu Oct 13 20:20:26 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml	Wed Jun 03 15:35:08 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_upstream_module"
         link="/ru/docs/http/ngx_http_upstream_module.html"
         lang="ru"
-        rev="52">
+        rev="53">
 
 <section id="summary">
 
@@ -328,6 +328,10 @@
 или когда сервер становится доступным по прошествии времени,
 в течение которого он считался <link id="fail_timeout">недоступным</link>.
 Значение по умолчанию равно нулю и означает, что медленный старт выключен.
+<note>
+Параметр нельзя использовать совместно с
+методами балансировки нагрузки <link id="hash"/> и <link id="ip_hash"/>.
+</note>
 </tag-desc>
 
 </list>
--- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml	Thu Oct 13 20:20:26 2016 +0300
+++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml	Wed Jun 03 15:35:08 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_upstream_module"
         link="/ru/docs/stream/ngx_stream_upstream_module.html"
         lang="ru"
-        rev="20">
+        rev="21">
 
 <section id="summary">
 
@@ -302,6 +302,10 @@
 или когда сервер становится доступным по прошествии времени,
 в течение которого он считался <link id="fail_timeout">недоступным</link>.
 Значение по умолчанию равно нулю и означает, что медленный старт выключен.
+<note>
+Параметр нельзя использовать совместно с
+методом балансировки нагрузки <link id="hash"/>.
+</note>
 </tag-desc>
 
 </list>