comparison xml/en/docs/mail/ngx_mail_core_module.xml @ 1489:9f9b8543b946

Relocated phrase in mail listen directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 25 May 2015 14:29:10 +0300
parents 0a1c5a087556
children b628e042a15e
comparison
equal deleted inserted replaced
1488:0a1c5a087556 1489:9f9b8543b946
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="5"> 13 rev="6">
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
100 prefix: 100 prefix:
101 <example> 101 <example>
102 listen unix:/var/run/nginx.sock; 102 listen unix:/var/run/nginx.sock;
103 </example> 103 </example>
104 104
105 </para>
106
107 <para>
108 Different servers must listen on different
109 <value>address</value>:<value>port</value> pairs.
105 </para> 110 </para>
106 111
107 <para> 112 <para>
108 The <literal>ssl</literal> parameter allows specifying that all 113 The <literal>ssl</literal> parameter allows specifying that all
109 connections accepted on this port should work in SSL mode. 114 connections accepted on this port should work in SSL mode.
175 </tag-desc> 180 </tag-desc>
176 181
177 </list> 182 </list>
178 </para> 183 </para>
179 184
180 <para>
181 Different servers must listen on different
182 <value>address</value>:<value>port</value> pairs.
183 </para>
184
185 </directive> 185 </directive>
186 186
187 187
188 <directive name="mail"> 188 <directive name="mail">
189 <syntax block="yes"/> 189 <syntax block="yes"/>