comparison xml/en/docs/configure.xml @ 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 1e9c2a8c1bf1
children d6ce81d4ef08
comparison
equal deleted inserted replaced
2722:1261698ec228 2723:61a89c4f37cf
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Building nginx from Sources" 8 <article name="Building nginx from Sources"
9 link="/en/docs/configure.html" 9 link="/en/docs/configure.html"
10 lang="en" 10 lang="en"
11 rev="17"> 11 rev="18">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 The build is configured using the <command>configure</command> command. 16 The build is configured using the <command>configure</command> command.
680 <literal>--without-http_upstream_least_conn_module</literal> 680 <literal>--without-http_upstream_least_conn_module</literal>
681 </tag-name> 681 </tag-name>
682 <tag-desc> 682 <tag-desc>
683 disables building a module that implements the 683 disables building a module that implements the
684 <link doc="http/ngx_http_upstream_module.xml" id="least_conn"/> 684 <link doc="http/ngx_http_upstream_module.xml" id="least_conn"/>
685 load balancing method.
686 </tag-desc>
687
688 <tag-name>
689 <literal>--without-http_upstream_random_module</literal>
690 </tag-name>
691 <tag-desc>
692 disables building a module that implements the
693 <link doc="http/ngx_http_upstream_module.xml" id="random"/>
685 load balancing method. 694 load balancing method.
686 </tag-desc> 695 </tag-desc>
687 696
688 <tag-name> 697 <tag-name>
689 <literal>--without-http_upstream_keepalive_module</literal> 698 <literal>--without-http_upstream_keepalive_module</literal>
1012 module that sends some specified value to the client 1021 module that sends some specified value to the client
1013 and then closes the connection. 1022 and then closes the connection.
1014 </tag-desc> 1023 </tag-desc>
1015 1024
1016 <tag-name> 1025 <tag-name>
1026 <literal>--without-stream_set_module</literal>
1027 </tag-name>
1028 <tag-desc>
1029 disables building the
1030 <link doc="stream/ngx_stream_set_module.xml">ngx_stream_set_module</link>
1031 module that sets a value for a variable.
1032 </tag-desc>
1033
1034 <tag-name>
1017 <literal>--without-stream_upstream_hash_module</literal> 1035 <literal>--without-stream_upstream_hash_module</literal>
1018 </tag-name> 1036 </tag-name>
1019 <tag-desc> 1037 <tag-desc>
1020 disables building a module that implements the 1038 disables building a module that implements the
1021 <link doc="stream/ngx_stream_upstream_module.xml" id="hash"/> 1039 <link doc="stream/ngx_stream_upstream_module.xml" id="hash"/>
1026 <literal>--without-stream_upstream_least_conn_module</literal> 1044 <literal>--without-stream_upstream_least_conn_module</literal>
1027 </tag-name> 1045 </tag-name>
1028 <tag-desc> 1046 <tag-desc>
1029 disables building a module that implements the 1047 disables building a module that implements the
1030 <link doc="stream/ngx_stream_upstream_module.xml" id="least_conn"/> 1048 <link doc="stream/ngx_stream_upstream_module.xml" id="least_conn"/>
1049 load balancing method.
1050 </tag-desc>
1051
1052 <tag-name>
1053 <literal>--without-stream_upstream_random_module</literal>
1054 </tag-name>
1055 <tag-desc>
1056 disables building a module that implements the
1057 <link doc="stream/ngx_stream_upstream_module.xml" id="random"/>
1031 load balancing method. 1058 load balancing method.
1032 </tag-desc> 1059 </tag-desc>
1033 1060
1034 <tag-name> 1061 <tag-name>
1035 <literal>--without-stream_upstream_zone_module</literal> 1062 <literal>--without-stream_upstream_zone_module</literal>