comparison xml/ru/docs/ngx_core_module.xml @ 1480:d1e1a8d34bce

Documented mail support in error_log.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 May 2015 10:32:31 +0300
parents eea7541e7c6a
children c0d1026e7e7b
comparison
equal deleted inserted replaced
1479:64ed0ce8ac5e 1480:d1e1a8d34bce
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Основная функциональность" 10 <module name="Основная функциональность"
11 link="/ru/docs/ngx_core_module.html" 11 link="/ru/docs/ngx_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="14"> 13 rev="15">
14 14
15 <section id="example" name="Пример конфигурации"> 15 <section id="example" name="Пример конфигурации">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
151 <literal>alert</literal> | 151 <literal>alert</literal> |
152 <literal>emerg</literal>]</syntax> 152 <literal>emerg</literal>]</syntax>
153 <default>logs/error.log error</default> 153 <default>logs/error.log error</default>
154 <context>main</context> 154 <context>main</context>
155 <context>http</context> 155 <context>http</context>
156 <context>mail</context>
156 <context>stream</context> 157 <context>stream</context>
157 <context>server</context> 158 <context>server</context>
158 <context>location</context> 159 <context>location</context>
159 160
160 <para> 161 <para>
194 <note> 195 <note>
195 Директива может быть указана на 196 Директива может быть указана на
196 уровне <literal>stream</literal> 197 уровне <literal>stream</literal>
197 начиная с версии 1.7.11. 198 начиная с версии 1.7.11.
198 </note> 199 </note>
200
201 <note>
202 Директива может быть указана на
203 уровне <literal>mail</literal>
204 начиная с версии 1.9.0.
205 </note>
199 </para> 206 </para>
200 207
201 </directive> 208 </directive>
202 209
203 210