diff xml/en/docs/http/ngx_http_log_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 b686736680e3
children 4add6ae1296f
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml	Fri Sep 11 15:46:11 2020 +0300
+++ b/xml/en/docs/http/ngx_http_log_module.xml	Mon Sep 21 15:45:07 2020 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_log_module"
         link="/en/docs/http/ngx_http_log_module.html"
         lang="en"
-        rev="20">
+        rev="21">
 
 <section id="summary">
 
@@ -64,7 +64,7 @@
 
 <para>
 Sets the path, format, and configuration for a buffered log write.
-Several logs can be specified on the same level.
+Several logs can be specified on the same configuration level.
 Logging to <link doc="../syslog.xml">syslog</link>
 can be configured by specifying
 the “<literal>syslog:</literal>” prefix in the first parameter.
@@ -160,7 +160,7 @@
 created.
 It is thus a good idea to specify both
 <link doc="ngx_http_core_module.xml" id="root"/>
-and <literal>access_log</literal> on the same level:
+and <literal>access_log</literal> on the same configuration level:
 <example>
 server {
     root       /spool/vhost/data/$host;