comparison xml/en/docs/mail/ngx_mail_proxy_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 a4d3e6db81b9
children
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_mail_proxy_module" 10 <module name="Module ngx_mail_proxy_module"
11 link="/en/docs/mail/ngx_mail_proxy_module.html" 11 link="/en/docs/mail/ngx_mail_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <!-- 17 <!--
18 <directive name="proxy"> 18 <directive name="proxy">
82 <context>server</context> 82 <context>server</context>
83 <appeared-in>1.19.8</appeared-in> 83 <appeared-in>1.19.8</appeared-in>
84 84
85 <para> 85 <para>
86 Enables the 86 Enables the
87 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY 87 <link url="http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt">PROXY
88 protocol</link> for connections to a backend. 88 protocol</link> for connections to a backend.
89 </para> 89 </para>
90 90
91 </directive> 91 </directive>
92 92