comparison xml/en/docs/stream/ngx_stream_limit_conn_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents e4332b7580bb
children 9eadb98ec770
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
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="6"> 13 rev="7">
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
74 When several <literal>limit_conn</literal> directives are specified, 74 When several <literal>limit_conn</literal> directives are specified,
75 any configured limit will apply. 75 any configured limit will apply.
76 </para> 76 </para>
77 77
78 <para> 78 <para>
79 The directives are inherited from the previous level if and 79 These directives are inherited from the previous configuration level
80 only if there are no 80 if and only if there are no <literal>limit_conn</literal> directives
81 <literal>limit_conn</literal> 81 defined on the current level.
82 directives on the current level.
83 </para> 82 </para>
84 83
85 </directive> 84 </directive>
86 85
87 86