diff xml/ru/docs/http/ngx_http_realip_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 a076f7661569
children bb51d3e17dd0
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_realip_module.xml	Tue Jan 24 10:15:25 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_realip_module.xml	Tue Jan 24 11:01:22 2012 +0000
@@ -26,9 +26,9 @@
 
 <para>
 <example>
-    set_real_ip_from 192.168.1.0/24;
-    set_real_ip_from 192.168.2.1;
-    real_ip_header   X-Real-IP;
+set_real_ip_from 192.168.1.0/24;
+set_real_ip_from 192.168.2.1;
+real_ip_header   X-Real-IP;
 </example>
 </para>