diff xml/en/docs/example.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 442efe0268db
children
line wrap: on
line diff
--- a/xml/en/docs/example.xml	Fri Jul 13 16:31:59 2018 +0300
+++ b/xml/en/docs/example.xml	Fri Apr 27 09:59:51 2018 +0300
@@ -8,7 +8,7 @@
 <article name="Example nginx configuration"
          link="/en/docs/example.html"
          lang="en"
-         rev="2">
+         rev="3">
 
 <section>
 
@@ -116,7 +116,7 @@
 
         error_page  404  /404.html;
 
-        location /404.html {
+        location = /404.html {
             root  /spool/www;
         }