comparison xml/en/docs/http/ngx_http_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 4f3494d80949
children 679fb7712ab4
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="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="91"> 13 rev="92">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
727 The code 308 was not treated as a redirect until version 1.13.0. 727 The code 308 was not treated as a redirect until version 1.13.0.
728 </note> 728 </note>
729 </para> 729 </para>
730 730
731 <para> 731 <para>
732 These directives are inherited from the previous level if and 732 These directives are inherited from the previous configuration level
733 only if there are no 733 if and only if there are no <literal>error_page</literal> directives
734 <literal>error_page</literal> 734 defined on the current level.
735 directives defined on the current level.
736 </para> 735 </para>
737 736
738 </directive> 737 </directive>
739 738
740 739