changeset 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 ec34516cbd1b
files xml/en/docs/http/ngx_http_mirror_module.xml xml/ru/docs/http/ngx_http_mirror_module.xml
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
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
@@ -72,11 +72,11 @@ When enabled, the client request body wi
 prior to creating mirror subrequests.
 In this case, unbuffered client request body proxying
 set by
-<link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering">proxy_request_buffering</link>,
-<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering">fastcgi_request_buffering</link>,
-<link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering">scgi_request_buffering</link>,
+<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"/>,
 and
-<link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering">uwsgi_request_buffering</link>
+<link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>
 directives will be disabled.
 <example>
 location / {
--- a/xml/ru/docs/http/ngx_http_mirror_module.xml
+++ b/xml/ru/docs/http/ngx_http_mirror_module.xml
@@ -72,11 +72,11 @@ location /mirror {
 перед созданием зеркалирующих подзапросов.
 В этом случае будет отключено
 небуферизованное проксирование тела запроса клиента, задаваемое директивами
-<link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering">proxy_request_buffering</link>,
-<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering">fastcgi_request_buffering</link>,
-<link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering">scgi_request_buffering</link>
+<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"/>
 и
-<link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering">uwsgi_request_buffering</link>.
+<link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>.
 <example>
 location / {
     mirror /mirror;