comparison 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
comparison
equal deleted inserted replaced
2024:a8d1a748324f 2025:1fe9f481d8ce
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="1"> 12 rev="2">
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
18 mirroring of an original request 18 mirroring of an original request
19 by creating background mirror subrequests. 19 by creating background mirror subrequests.
20 The output of mirror subrequests is ignored. 20 Responses to mirror subrequests are ignored.
21 </para> 21 </para>
22 22
23 </section> 23 </section>
24 24
25 25
69 <para> 69 <para>
70 Indicates whether the client request body is mirrored. 70 Indicates whether the client request body is mirrored.
71 When enabled, the client request body will be read 71 When enabled, the client request body will be read
72 prior to creating mirror subrequests. 72 prior to creating mirror subrequests.
73 In this case, unbuffered client request body proxying 73 In this case, unbuffered client request body proxying
74 set by 74 set by the
75 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>, 75 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
76 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>, 76 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
77 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>, 77 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>,
78 and 78 and
79 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/> 79 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>