comparison xml/en/docs/http/ngx_http_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 52ea1f45b324
comparison
equal deleted inserted replaced
2911:3cc6e38246b1 2912:7ebe15d6c68d
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="101"> 13 rev="102">
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>
1392 </para> 1392 </para>
1393 1393
1394 <para> 1394 <para>
1395 The <literal>proxy_protocol</literal> parameter (1.5.12) 1395 The <literal>proxy_protocol</literal> parameter (1.5.12)
1396 allows specifying that all connections accepted on this port should use the 1396 allows specifying that all connections accepted on this port should use the
1397 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY 1397 <link url="http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt">PROXY
1398 protocol</link>. 1398 protocol</link>.
1399 <note> 1399 <note>
1400 The PROXY protocol version 2 is supported since version 1.13.11. 1400 The PROXY protocol version 2 is supported since version 1.13.11.
1401 </note> 1401 </note>
1402 </para> 1402 </para>