diff xml/en/docs/http/ngx_http_core_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 1d60e4b4ed64
children 896562a1ccde
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="79">
+        rev="80">
 
 <section id="directives" name="Directives">
 
@@ -864,7 +864,7 @@ Example:
 <example>
 error_page 404 /404.html;
 
-location /404.html {
+location = /404.html {
     internal;
 }
 </example>