comparison xml/en/docs/ngx_core_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents ca7568f67dee
children 0722b485010c
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Core functionality" 10 <module name="Core functionality"
11 link="/en/docs/ngx_core_module.html" 11 link="/en/docs/ngx_core_module.html"
12 lang="en" 12 lang="en"
13 rev="25"> 13 rev="26">
14 14
15 <section id="example" name="Example Configuration"> 15 <section id="example" name="Example Configuration">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
218 <context>server</context> 218 <context>server</context>
219 <context>location</context> 219 <context>location</context>
220 220
221 <para> 221 <para>
222 Configures logging. 222 Configures logging.
223 Several logs can be specified on the same level (1.5.2). 223 Several logs can be specified on the same configuration level (1.5.2).
224 If on the <literal>main</literal> configuration level writing a log to a file 224 If on the <literal>main</literal> configuration level writing a log to a file
225 is not explicitly defined, the default file will be used. 225 is not explicitly defined, the default file will be used.
226 </para> 226 </para>
227 227
228 <para> 228 <para>