comparison xml/en/docs/stream/ngx_stream_core_module.xml @ 2912:7ebe15d6c68d

Updated link to the PROXY protocol specification.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 21 Nov 2022 21:58:20 +0000
parents 44f3b52c0679
children 9eadb98ec770
comparison
equal deleted inserted replaced
2911:3cc6e38246b1 2912:7ebe15d6c68d
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="36"> 12 rev="37">
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
139 </para> 139 </para>
140 140
141 <para id="proxy_protocol"> 141 <para id="proxy_protocol">
142 The <literal>proxy_protocol</literal> parameter (1.11.4) 142 The <literal>proxy_protocol</literal> parameter (1.11.4)
143 allows specifying that all connections accepted on this port should use the 143 allows specifying that all connections accepted on this port should use the
144 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY 144 <link url="http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt">PROXY
145 protocol</link>. 145 protocol</link>.
146 <note> 146 <note>
147 The PROXY protocol version 2 is supported since version 1.13.11. 147 The PROXY protocol version 2 is supported since version 1.13.11.
148 </note> 148 </note>
149 </para> 149 </para>