comparison xml/en/docs/http/ngx_http_mirror_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 5cacd6fffade
children
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_mirror_module" 9 <module name="Module ngx_http_mirror_module"
10 link="/en/docs/http/ngx_http_mirror_module.html" 10 link="/en/docs/http/ngx_http_mirror_module.html"
11 lang="en" 11 lang="en"
12 rev="3"> 12 rev="4">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_mirror_module</literal> module (1.13.4) implements 17 The <literal>ngx_http_mirror_module</literal> module (1.13.4) implements
51 <context>server</context> 51 <context>server</context>
52 <context>location</context> 52 <context>location</context>
53 53
54 <para> 54 <para>
55 Sets the URI to which an original request will be mirrored. 55 Sets the URI to which an original request will be mirrored.
56 Several mirrors can be specified on the same level. 56 Several mirrors can be specified on the same configuration level.
57 </para> 57 </para>
58 58
59 </directive> 59 </directive>
60 60
61 61