comparison xml/en/docs/stream/ngx_stream_core_module.xml @ 2457:3896055c397e

Fixed descriptions of $proxy_protocol_addr and $proxy_protocol_port.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 31 Oct 2019 15:35:51 +0300
parents 4487310de7e7
children 9cd5883ac546
comparison
equal deleted inserted replaced
2456:de4f8f3d1fd6 2457:3896055c397e
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_core_module" 9 <module name="Module ngx_stream_core_module"
10 link="/en/docs/stream/ngx_stream_core_module.html" 10 link="/en/docs/stream/ngx_stream_core_module.html"
11 lang="en" 11 lang="en"
12 rev="29"> 12 rev="30">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_core_module</literal> module 17 The <literal>ngx_stream_core_module</literal> module
520 <literal>TCP</literal> or <literal>UDP</literal> (1.11.4) 520 <literal>TCP</literal> or <literal>UDP</literal> (1.11.4)
521 </tag-desc> 521 </tag-desc>
522 522
523 <tag-name id="var_proxy_protocol_addr"><var>$proxy_protocol_addr</var></tag-name> 523 <tag-name id="var_proxy_protocol_addr"><var>$proxy_protocol_addr</var></tag-name>
524 <tag-desc> 524 <tag-desc>
525 client address from the PROXY protocol header, or an empty string otherwise 525 client address from the PROXY protocol header (1.11.4)
526 (1.11.4)
527 <para> 526 <para>
528 The PROXY protocol must be previously enabled by setting the 527 The PROXY protocol must be previously enabled by setting the
529 <literal>proxy_protocol</literal> parameter 528 <literal>proxy_protocol</literal> parameter
530 in the <link id="listen"/> directive. 529 in the <link id="listen"/> directive.
531 </para> 530 </para>
532 </tag-desc> 531 </tag-desc>
533 532
534 <tag-name id="var_proxy_protocol_port"><var>$proxy_protocol_port</var></tag-name> 533 <tag-name id="var_proxy_protocol_port"><var>$proxy_protocol_port</var></tag-name>
535 <tag-desc> 534 <tag-desc>
536 client port from the PROXY protocol header, or an empty string otherwise 535 client port from the PROXY protocol header (1.11.4)
537 (1.11.4)
538 <para> 536 <para>
539 The PROXY protocol must be previously enabled by setting the 537 The PROXY protocol must be previously enabled by setting the
540 <literal>proxy_protocol</literal> parameter 538 <literal>proxy_protocol</literal> parameter
541 in the <link id="listen"/> directive. 539 in the <link id="listen"/> directive.
542 </para> 540 </para>