# HG changeset patch # User Yaroslav Zhuravlev # Date 1565718338 -10800 # Node ID 7e1af214894646993fe3302839ceb87c1482df1d # Parent e35ed485070decfc5c41e1fff6f6fefab739df22 Updated note in slow_start with random load balancing method. diff -r e35ed485070d -r 7e1af2148946 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Tue Aug 13 20:08:40 2019 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Tue Aug 13 20:45:38 2019 +0300 @@ -10,7 +10,7 @@ + rev="80">
@@ -330,7 +330,8 @@ Default value is zero, i.e. slow start is disabled. The parameter cannot be used along with the - and load balancing methods. +, , and +load balancing methods. diff -r e35ed485070d -r 7e1af2148946 xml/en/docs/stream/ngx_stream_upstream_module.xml --- a/xml/en/docs/stream/ngx_stream_upstream_module.xml Tue Aug 13 20:08:40 2019 +0300 +++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml Tue Aug 13 20:45:38 2019 +0300 @@ -9,7 +9,7 @@ + rev="36">
@@ -304,7 +304,7 @@ Default value is zero, i.e. slow start is disabled. The parameter cannot be used along with the - load balancing method. + and load balancing methods. diff -r e35ed485070d -r 7e1af2148946 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Aug 13 20:08:40 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Aug 13 20:45:38 2019 +0300 @@ -10,7 +10,7 @@ + rev="80">
@@ -334,7 +334,8 @@ Значение по умолчанию равно нулю и означает, что медленный старт выключен. Параметр нельзя использовать совместно с -методами балансировки нагрузки и . +методами балансировки нагрузки +, и . diff -r e35ed485070d -r 7e1af2148946 xml/ru/docs/stream/ngx_stream_upstream_module.xml --- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml Tue Aug 13 20:08:40 2019 +0300 +++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml Tue Aug 13 20:45:38 2019 +0300 @@ -9,7 +9,7 @@ + rev="36">
@@ -306,7 +306,7 @@ Значение по умолчанию равно нулю и означает, что медленный старт выключен. Параметр нельзя использовать совместно с -методом балансировки нагрузки . +методами балансировки нагрузки и .