diff xml/en/docs/http/ngx_http_access_module.xml @ 351:a4fa80755eab

Consistently strip initial offset in examples.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Jan 2012 11:01:22 +0000
parents e00f8f8c0486
children 244500f24783
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_access_module.xml	Tue Jan 24 10:15:25 2012 +0000
+++ b/xml/en/docs/http/ngx_http_access_module.xml	Tue Jan 24 11:01:22 2012 +0000
@@ -20,12 +20,12 @@
 
 <para>
 <example>
-    location / {
-        deny  192.168.1.1;
-        allow 192.168.1.0/24;
-        allow 10.1.1.0/16;
-        deny  all;
-    }
+location / {
+    deny  192.168.1.1;
+    allow 192.168.1.0/24;
+    allow 10.1.1.0/16;
+    deny  all;
+}
 </example>
 </para>