diff xml/ru/docs/http/ngx_http_ssi_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 4cafd82e5007
children
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_ssi_module.xml
+++ b/xml/ru/docs/http/ngx_http_ssi_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssi_module"
         link="/ru/docs/http/ngx_http_ssi_module.html"
         lang="ru"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -374,7 +374,7 @@ SSI, например:
 <link doc="ngx_http_core_module.xml" id="subrequest_output_buffer_size"/>
 (1.13.10):
 <example>
-location /remote {
+location /remote/ {
     subrequest_output_buffer_size 64k;
     ...
 }