diff xml/en/docs/http/ngx_http_headers_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 375a3dfde23b
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_headers_module.xml	Fri Sep 11 15:46:11 2020 +0300
+++ b/xml/en/docs/http/ngx_http_headers_module.xml	Mon Sep 21 15:45:07 2020 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_headers_module"
         link="/en/docs/http/ngx_http_headers_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -62,10 +62,9 @@
 
 <para>
 There could be several <literal>add_header</literal> directives.
-These directives are inherited from the previous level if and
-only if there are no
-<literal>add_header</literal>
-directives defined on the current level.
+These directives are inherited from the previous configuration level
+if and only if there are no <literal>add_header</literal> directives
+defined on the current level.
 </para>
 
 <para>
@@ -95,10 +94,9 @@
 
 <para>
 There could be several <literal>add_trailer</literal> directives.
-These directives are inherited from the previous level if and
-only if there are no
-<literal>add_trailer</literal>
-directives defined on the current level.
+These directives are inherited from the previous configuration level
+if and only if there are no <literal>add_trailer</literal> directives
+defined on the current level.
 </para>
 
 <para>