# HG changeset patch # User Yaroslav Zhuravlev # Date 1433334908 -10800 # Node ID 0160e87844172f8cb229644799a58cf82443d65d # Parent 62854d5674686b42a18e54ff85165317b97aa4d3 Documented behavior of server slow_start with ip_hash and hash. diff -r 62854d567468 -r 0160e8784417 xml/en/docs/http/ngx_http_upstream_module.xml --- 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 @@ + rev="53">
@@ -325,6 +325,10 @@ or when the server becomes available after a period of time it was considered unavailable. Default value is zero, i.e. slow start is disabled. + +The parameter cannot be used along with the + and load balancing methods. + diff -r 62854d567468 -r 0160e8784417 xml/en/docs/stream/ngx_stream_upstream_module.xml --- 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 @@ + rev="21">
@@ -301,6 +301,10 @@ or when the server becomes available after a period of time it was considered unavailable. Default value is zero, i.e. slow start is disabled. + +The parameter cannot be used along with the + load balancing method. + diff -r 62854d567468 -r 0160e8784417 xml/ru/docs/http/ngx_http_upstream_module.xml --- 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 @@ + rev="53">
@@ -328,6 +328,10 @@ или когда сервер становится доступным по прошествии времени, в течение которого он считался недоступным. Значение по умолчанию равно нулю и означает, что медленный старт выключен. + +Параметр нельзя использовать совместно с +методами балансировки нагрузки и . + diff -r 62854d567468 -r 0160e8784417 xml/ru/docs/stream/ngx_stream_upstream_module.xml --- 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 @@ + rev="21">
@@ -302,6 +302,10 @@ или когда сервер становится доступным по прошествии времени, в течение которого он считался недоступным. Значение по умолчанию равно нулю и означает, что медленный старт выключен. + +Параметр нельзя использовать совместно с +методом балансировки нагрузки . +