changeset 2723:61a89c4f37cf

Documented configure options for upstream random and stream set.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 19 May 2021 12:58:02 +0300
parents 1261698ec228
children 00afc7c4d4df
files xml/en/docs/configure.xml xml/ru/docs/configure.xml
diffstat 2 files changed, 54 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Mon May 17 12:30:21 2021 +0100
+++ b/xml/en/docs/configure.xml	Wed May 19 12:58:02 2021 +0300
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="17">
+         rev="18">
 
 <section>
 
@@ -686,6 +686,15 @@
 </tag-desc>
 
 <tag-name>
+<literal>--without-http_upstream_random_module</literal>
+</tag-name>
+<tag-desc>
+disables building a module that implements the
+<link doc="http/ngx_http_upstream_module.xml" id="random"/>
+load balancing method.
+</tag-desc>
+
+<tag-name>
 <literal>--without-http_upstream_keepalive_module</literal>
 </tag-name>
 <tag-desc>
@@ -1014,6 +1023,15 @@
 </tag-desc>
 
 <tag-name>
+<literal>--without-stream_set_module</literal>
+</tag-name>
+<tag-desc>
+disables building the
+<link doc="stream/ngx_stream_set_module.xml">ngx_stream_set_module</link>
+module that sets a value for a variable.
+</tag-desc>
+
+<tag-name>
 <literal>--without-stream_upstream_hash_module</literal>
 </tag-name>
 <tag-desc>
@@ -1032,6 +1050,15 @@
 </tag-desc>
 
 <tag-name>
+<literal>--without-stream_upstream_random_module</literal>
+</tag-name>
+<tag-desc>
+disables building a module that implements the
+<link doc="stream/ngx_stream_upstream_module.xml" id="random"/>
+load balancing method.
+</tag-desc>
+
+<tag-name>
 <literal>--without-stream_upstream_zone_module</literal>
 </tag-name>
 <tag-desc>
--- a/xml/ru/docs/configure.xml	Mon May 17 12:30:21 2021 +0100
+++ b/xml/ru/docs/configure.xml	Wed May 19 12:58:02 2021 +0300
@@ -8,7 +8,7 @@
 <article name="Сборка nginx из исходных файлов"
          link="/ru/docs/configure.html"
          lang="ru"
-         rev="17">
+         rev="18">
 
 <section>
 
@@ -677,6 +677,14 @@
 </tag-desc>
 
 <tag-name>
+<literal>--without-http_upstream_random_module</literal>
+</tag-name>
+<tag-desc>
+запрещает сборку модуля, реализующего метод балансировки нагрузки
+<link doc="http/ngx_http_upstream_module.xml" id="random"/>.
+</tag-desc>
+
+<tag-name>
 <literal>--without-http_upstream_keepalive_module</literal>
 </tag-name>
 <tag-desc>
@@ -998,6 +1006,15 @@
 </tag-desc>
 
 <tag-name>
+<literal>--without-stream_set_module</literal>
+</tag-name>
+<tag-desc>
+запрещает сборку модуля
+<link doc="stream/ngx_stream_set_module.xml">ngx_stream_set_module</link>,
+позволяющего устанавливать значение переменной.
+</tag-desc>
+
+<tag-name>
 <literal>--without-stream_upstream_hash_module</literal>
 </tag-name>
 <tag-desc>
@@ -1014,6 +1031,14 @@
 </tag-desc>
 
 <tag-name>
+<literal>--without-stream_upstream_random_module</literal>
+</tag-name>
+<tag-desc>
+запрещает сборку модуля, реализующего метод балансировки нагрузки
+<link doc="stream/ngx_stream_upstream_module.xml" id="random"/>.
+</tag-desc>
+
+<tag-name>
 <literal>--without-stream_upstream_zone_module</literal>
 </tag-name>
 <tag-desc>