comparison xml/en/docs/mail/ngx_mail_proxy_module.xml @ 2678:a4d3e6db81b9

Documented the "proxy_protocol" directive in mail.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 10 Mar 2021 20:36:35 +0000
parents 1f8f12a32ecd
children 7ebe15d6c68d
comparison
equal deleted inserted replaced
2677:3760176ba83e 2678:a4d3e6db81b9
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="4"> 13 rev="5">
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">
68 <link url="http://www.stalker.com/CommuniGatePro/Alerts.html#Quota">mailbox 68 <link url="http://www.stalker.com/CommuniGatePro/Alerts.html#Quota">mailbox
69 overflow</link> or other events by periodically outputting the 69 overflow</link> or other events by periodically outputting the
70 <link url="http://www.stalker.com/CommuniGatePro/POP.html#Alerts">authentication 70 <link url="http://www.stalker.com/CommuniGatePro/POP.html#Alerts">authentication
71 error</link>. 71 error</link>.
72 The directive should be enabled in this case. 72 The directive should be enabled in this case.
73 </para>
74
75 </directive>
76
77
78 <directive name="proxy_protocol">
79 <syntax><literal>on</literal> | <literal>off</literal></syntax>
80 <default>off</default>
81 <context>mail</context>
82 <context>server</context>
83 <appeared-in>1.19.8</appeared-in>
84
85 <para>
86 Enables the
87 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY
88 protocol</link> for connections to a backend.
73 </para> 89 </para>
74 90
75 </directive> 91 </directive>
76 92
77 93