diff xml/en/docs/http/ngx_http_mirror_module.xml @ 2025:1fe9f481d8ce

A slight revision of the mirror module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Aug 2017 09:47:19 +0300
parents 632f7f467e12
children 5cacd6fffade
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_mirror_module.xml
+++ b/xml/en/docs/http/ngx_http_mirror_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_mirror_module"
         link="/en/docs/http/ngx_http_mirror_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -17,7 +17,7 @@
 The <literal>ngx_http_mirror_module</literal> module (1.13.4) implements
 mirroring of an original request
 by creating background mirror subrequests.
-The output of mirror subrequests is ignored.
+Responses to mirror subrequests are ignored.
 </para>
 
 </section>
@@ -71,7 +71,7 @@ Indicates whether the client request bod
 When enabled, the client request body will be read
 prior to creating mirror subrequests.
 In this case, unbuffered client request body proxying
-set by
+set by the
 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>,