comparison xml/en/docs/http/ngx_http_mirror_module.xml @ 2022:632f7f467e12

Removed redundant text from links.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Aug 2017 09:46:29 +0300
parents 03538fa2acfe
children 1fe9f481d8ce
comparison
equal deleted inserted replaced
2021:03538fa2acfe 2022:632f7f467e12
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_buffering</link>, 75 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
76 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering">fastcgi_request_buffering</link>, 76 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
77 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering">scgi_request_buffering</link>, 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">uwsgi_request_buffering</link> 79 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>
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;