comparison xml/en/docs/stream/ngx_stream_limit_conn_module.xml @ 3043:9eadb98ec770

Free nginx: removed commercial version documentation.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:49 +0300
parents eeed494bba51
children
comparison
equal deleted inserted replaced
3042:19e4897acb84 3043:9eadb98ec770
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_stream_limit_conn_module" 10 <module name="Module ngx_stream_limit_conn_module"
11 link="/en/docs/stream/ngx_stream_limit_conn_module.html" 11 link="/en/docs/stream/ngx_stream_limit_conn_module.html"
12 lang="en" 12 lang="en"
13 rev="7"> 13 rev="8">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_stream_limit_conn_module</literal> module (1.9.3) is used to 18 The <literal>ngx_stream_limit_conn_module</literal> module (1.9.3) is used to
146 One megabyte zone can keep about 32 thousand 32-byte states 146 One megabyte zone can keep about 32 thousand 32-byte states
147 or about 16 thousand 64-byte states. 147 or about 16 thousand 64-byte states.
148 If the zone storage is exhausted, the server will close the connection. 148 If the zone storage is exhausted, the server will close the connection.
149 </para> 149 </para>
150 150
151 <para>
152 <note>
153 Additionally, as part of our
154 <commercial_version>commercial subscription</commercial_version>,
155 the
156 <link doc="../http/ngx_http_api_module.xml" id="stream_limit_conns_">status information</link>
157 for each such shared memory zone can be
158 <link doc="../http/ngx_http_api_module.xml" id="getStreamLimitConnZone">obtained</link> or
159 <link doc="../http/ngx_http_api_module.xml" id="deleteStreamLimitConnZoneStat">reset</link>
160 with the <link doc="../http/ngx_http_api_module.xml">API</link> since 1.17.7.
161 </note>
162 </para>
163
164 </directive> 151 </directive>
165 152
166 </section> 153 </section>
167 154
168 155