comparison xml/en/docs/http/ngx_http_core_module.xml @ 2391:375a3dfde23b

Unified phrase "Parameter value can contain variables".
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 29 May 2019 16:04:53 +0300
parents 655e7de7fd4b
children dd3ac7eefeed
comparison
equal deleted inserted replaced
2390:655e7de7fd4b 2391:375a3dfde23b
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="83"> 13 rev="84">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1045 two connections, the overall rate will be twice as much 1045 two connections, the overall rate will be twice as much
1046 as the specified limit. 1046 as the specified limit.
1047 </para> 1047 </para>
1048 1048
1049 <para> 1049 <para>
1050 The value can contain variables (1.17.0). 1050 Parameter value can contain variables (1.17.0).
1051 It may be useful in cases where rate should be limited 1051 It may be useful in cases where rate should be limited
1052 depending on a certain condition: 1052 depending on a certain condition:
1053 <example> 1053 <example>
1054 map $slow $rate { 1054 map $slow $rate {
1055 1 4k; 1055 1 4k;
1101 <appeared-in>0.8.0</appeared-in> 1101 <appeared-in>0.8.0</appeared-in>
1102 1102
1103 <para> 1103 <para>
1104 Sets the initial amount after which the further transmission 1104 Sets the initial amount after which the further transmission
1105 of a response to a client will be rate limited. 1105 of a response to a client will be rate limited.
1106 The value can contain variables (1.17.0). 1106 Parameter value can contain variables (1.17.0).
1107 </para> 1107 </para>
1108 1108
1109 <para> 1109 <para>
1110 Example: 1110 Example:
1111 <example> 1111 <example>