comparison xml/en/docs/mail/ngx_mail_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 e06cf66a9f63
children 9eadb98ec770
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_core_module" 10 <module name="Module ngx_mail_core_module"
11 link="/en/docs/mail/ngx_mail_core_module.html" 11 link="/en/docs/mail/ngx_mail_core_module.html"
12 lang="en" 12 lang="en"
13 rev="20"> 13 rev="21">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 This module is not built by default, it should be 18 This module is not built by default, it should be
123 </para> 123 </para>
124 124
125 <para id="proxy_protocol"> 125 <para id="proxy_protocol">
126 The <literal>proxy_protocol</literal> parameter (1.19.8) 126 The <literal>proxy_protocol</literal> parameter (1.19.8)
127 allows specifying that all connections accepted on this port should use the 127 allows specifying that all connections accepted on this port should use the
128 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY 128 <link url="http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt">PROXY
129 protocol</link>. 129 protocol</link>.
130 Obtained information is passed to the 130 Obtained information is passed to the
131 <link doc="ngx_mail_auth_http_module.xml" id="proxy_protocol">authentication server</link> 131 <link doc="ngx_mail_auth_http_module.xml" id="proxy_protocol">authentication server</link>
132 and can be used to 132 and can be used to
133 <link doc="ngx_mail_realip_module.xml">change the client address</link>. 133 <link doc="ngx_mail_realip_module.xml">change the client address</link>.