comparison xml/en/docs/http/ngx_http_limit_req_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 804bcc58f120
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_http_limit_req_module" 10 <module name="Module ngx_http_limit_req_module"
11 link="/en/docs/http/ngx_http_limit_req_module.html" 11 link="/en/docs/http/ngx_http_limit_req_module.html"
12 lang="en" 12 lang="en"
13 rev="15"> 13 rev="16">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_limit_req_module</literal> module (0.7.21) is used 18 The <literal>ngx_http_limit_req_module</literal> module (0.7.21) is used
115 </example> 115 </example>
116 116
117 </para> 117 </para>
118 118
119 <para> 119 <para>
120 These directives are inherited from the previous level if and 120 These directives are inherited from the previous configuration level
121 only if there are no 121 if and only if there are no <literal>limit_req</literal> directives
122 <literal>limit_req</literal> 122 defined on the current level.
123 directives on the current level.
124 </para> 123 </para>
125 124
126 </directive> 125 </directive>
127 126
128 127