comparison xml/en/docs/mail/ngx_mail_auth_http_module.xml @ 2676:468e6e14e5cc

Documented the PROXY protocol support in mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 10 Mar 2021 19:41:09 +0000
parents 9af1e88e10c8
children 96d6d66d36e4
comparison
equal deleted inserted replaced
2675:893cd7724c8c 2676:468e6e14e5cc
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_mail_auth_http_module" 10 <module name="Module ngx_mail_auth_http_module"
11 link="/en/docs/mail/ngx_mail_auth_http_module.html" 11 link="/en/docs/mail/ngx_mail_auth_http_module.html"
12 lang="en" 12 lang="en"
13 rev="9"> 13 rev="10">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="auth_http"> 17 <directive name="auth_http">
18 <syntax><value>URL</value></syntax> 18 <syntax><value>URL</value></syntax>
238 Auth-SSL-Serial: C07AD56B846B5BFF 238 Auth-SSL-Serial: C07AD56B846B5BFF
239 Auth-SSL-Fingerprint: 29d6a80a123d13355ed16b4b04605e29cb55a5ad 239 Auth-SSL-Fingerprint: 29d6a80a123d13355ed16b4b04605e29cb55a5ad
240 </example> 240 </example>
241 </para> 241 </para>
242 242
243 <para id="proxy_protocol">
244 When the
245 <link doc="ngx_mail_core_module.xml" id="proxy_protocol">PROXY protocol</link>
246 is used,
247 its details are passed in the following request headers:
248 <header>Proxy-Protocol-Addr</header>,
249 <header>Proxy-Protocol-Port</header>,
250 <header>Proxy-Protocol-Server-Addr</header>, and
251 <header>Proxy-Protocol-Server-Port</header> (1.19.8).
252 </para>
253
243 </section> 254 </section>
244 255
245 </module> 256 </module>