# HG changeset patch # User Sergey Kandaurov # Date 1621418282 -10800 # Node ID 61a89c4f37cf1e34720244810f135977c97c91b1 # Parent 1261698ec22849f9079bf14a1d35810afaf19fda Documented configure options for upstream random and stream set. diff --git a/xml/en/docs/configure.xml b/xml/en/docs/configure.xml --- a/xml/en/docs/configure.xml +++ b/xml/en/docs/configure.xml @@ -8,7 +8,7 @@
+ rev="18">
@@ -686,6 +686,15 @@ load balancing method. +--without-http_upstream_random_module + + +disables building a module that implements the + +load balancing method. + + + --without-http_upstream_keepalive_module @@ -1014,6 +1023,15 @@ and then closes the connection. +--without-stream_set_module + + +disables building the +ngx_stream_set_module +module that sets a value for a variable. + + + --without-stream_upstream_hash_module @@ -1032,6 +1050,15 @@ load balancing method. +--without-stream_upstream_random_module + + +disables building a module that implements the + +load balancing method. + + + --without-stream_upstream_zone_module diff --git a/xml/ru/docs/configure.xml b/xml/ru/docs/configure.xml --- a/xml/ru/docs/configure.xml +++ b/xml/ru/docs/configure.xml @@ -8,7 +8,7 @@
+ rev="18">
@@ -677,6 +677,14 @@ HTTP-сервера. +--without-http_upstream_random_module + + +запрещает сборку модуля, реализующего метод балансировки нагрузки +. + + + --without-http_upstream_keepalive_module @@ -998,6 +1006,15 @@ HTTP-сервера. +--without-stream_set_module + + +запрещает сборку модуля +ngx_stream_set_module, +позволяющего устанавливать значение переменной. + + + --without-stream_upstream_hash_module @@ -1014,6 +1031,14 @@ HTTP-сервера. +--without-stream_upstream_random_module + + +запрещает сборку модуля, реализующего метод балансировки нагрузки +. + + + --without-stream_upstream_zone_module