comparison xml/en/docs/stream/ngx_stream_proxy_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 e58281e2a93f
children 6684517c9d19
comparison
equal deleted inserted replaced
2390:655e7de7fd4b 2391:375a3dfde23b
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_proxy_module" 9 <module name="Module ngx_stream_proxy_module"
10 link="/en/docs/stream/ngx_stream_proxy_module.html" 10 link="/en/docs/stream/ngx_stream_proxy_module.html"
11 lang="en" 11 lang="en"
12 rev="24"> 12 rev="25">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows proxying 17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows proxying
141 two connections to the proxied server, 141 two connections to the proxied server,
142 the overall rate will be twice as much as the specified limit. 142 the overall rate will be twice as much as the specified limit.
143 </para> 143 </para>
144 144
145 <para> 145 <para>
146 The value can contain variables (1.17.0). 146 Parameter value can contain variables (1.17.0).
147 It may be useful in cases where rate should be limited 147 It may be useful in cases where rate should be limited
148 depending on a certain condition: 148 depending on a certain condition:
149 <example> 149 <example>
150 map $slow $rate { 150 map $slow $rate {
151 1 4k; 151 1 4k;
598 two connections, 598 two connections,
599 the overall rate will be twice as much as the specified limit. 599 the overall rate will be twice as much as the specified limit.
600 </para> 600 </para>
601 601
602 <para> 602 <para>
603 The value can contain variables (1.17.0). 603 Parameter value can contain variables (1.17.0).
604 It may be useful in cases where rate should be limited 604 It may be useful in cases where rate should be limited
605 depending on a certain condition: 605 depending on a certain condition:
606 <example> 606 <example>
607 map $slow $rate { 607 map $slow $rate {
608 1 4k; 608 1 4k;