# HG changeset patch # User Yaroslav Zhuravlev # Date 1569416811 -10800 # Node ID a1f61586779b9feb52e3b26bfad3a6b12ddbc390 # Parent aa20cba8027caeb40f2308b40ebf14b42d9f2a92 Listed not supported load balancing methods in upstream backup. diff -r aa20cba8027c -r a1f61586779b xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Tue Sep 24 15:51:59 2019 +0300 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Wed Sep 25 16:06:51 2019 +0300 @@ -10,7 +10,7 @@ + rev="81">
@@ -221,6 +221,11 @@ marks the server as a backup server. It will be passed requests when the primary servers are unavailable. + +The parameter cannot be used along with the +, , and +load balancing methods. + diff -r aa20cba8027c -r a1f61586779b xml/en/docs/stream/ngx_stream_upstream_module.xml --- a/xml/en/docs/stream/ngx_stream_upstream_module.xml Tue Sep 24 15:51:59 2019 +0300 +++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml Wed Sep 25 16:06:51 2019 +0300 @@ -9,7 +9,7 @@ + rev="37">
@@ -202,6 +202,10 @@ marks the server as a backup server. Connections to the backup server will be passed when the primary servers are unavailable. + +The parameter cannot be used along with the + and load balancing methods. + diff -r aa20cba8027c -r a1f61586779b xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Sep 24 15:51:59 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Wed Sep 25 16:06:51 2019 +0300 @@ -10,7 +10,7 @@ + rev="81">
@@ -224,6 +224,11 @@ помечает сервер как запасной сервер. На него будут передаваться запросы в случае, если не работают основные серверы. + +Параметр нельзя использовать совместно с +методами балансировки нагрузки +, и . + diff -r aa20cba8027c -r a1f61586779b xml/ru/docs/stream/ngx_stream_upstream_module.xml --- a/xml/ru/docs/stream/ngx_stream_upstream_module.xml Tue Sep 24 15:51:59 2019 +0300 +++ b/xml/ru/docs/stream/ngx_stream_upstream_module.xml Wed Sep 25 16:06:51 2019 +0300 @@ -9,7 +9,7 @@ + rev="37">
@@ -203,6 +203,10 @@ помечает сервер как запасной сервер. На него будут передаваться соединения в случае, если не работают основные серверы. + +Параметр нельзя использовать совместно с +методами балансировки нагрузки и . +