diff xml/ru/docs/http/ngx_http_mirror_module.xml @ 2206:5cacd6fffade

Eliminated some examples of unsafe prefix locations.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Apr 2018 09:59:51 +0300
parents 1fe9f481d8ce
children eeed494bba51
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_mirror_module.xml
+++ b/xml/ru/docs/http/ngx_http_mirror_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_mirror_module"
         link="/ru/docs/http/ngx_http_mirror_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -32,7 +32,7 @@ location / {
     proxy_pass http://backend;
 }
 
-location /mirror {
+location = /mirror {
     internal;
     proxy_pass http://test_backend$request_uri;
 }
@@ -85,7 +85,7 @@ location / {
     proxy_pass http://backend;
 }
 
-location /mirror {
+location = /mirror {
     internal;
     proxy_pass http://log_backend;
     proxy_pass_request_body off;