comparison xml/en/docs/http/ngx_http_mirror_module.xml @ 2021:03538fa2acfe

Corrected typo in the mirror module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 09 Aug 2017 15:52:41 +0300
parents e6de97d14f81
children 632f7f467e12
comparison
equal deleted inserted replaced
2020:51a1feb17053 2021:03538fa2acfe
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
75 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering">proxy_request_bufferning</link>, 75 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering">proxy_request_buffering</link>,
76 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering">fastcgi_request_bufferning</link>, 76 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering">fastcgi_request_buffering</link>,
77 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering">scgi_request_bufferning</link>, 77 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering">scgi_request_buffering</link>,
78 and 78 and
79 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering">uwsgi_request_bufferning</link> 79 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering">uwsgi_request_buffering</link>
80 directives will be disabled. 80 directives will be disabled.
81 <example> 81 <example>
82 location / { 82 location / {
83 mirror /mirror; 83 mirror /mirror;
84 mirror_request_body off; 84 mirror_request_body off;