comparison xml/en/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 5a848934a12d
children bb51d3e17dd0
comparison
equal deleted inserted replaced
350:55c1c4a1748f 351:a4fa80755eab
24 24
25 <section id="example" name="Example Configuration"> 25 <section id="example" name="Example Configuration">
26 26
27 <para> 27 <para>
28 <example> 28 <example>
29 set_real_ip_from 192.168.1.0/24; 29 set_real_ip_from 192.168.1.0/24;
30 set_real_ip_from 192.168.2.1; 30 set_real_ip_from 192.168.2.1;
31 real_ip_header X-Real-IP; 31 real_ip_header X-Real-IP;
32 </example> 32 </example>
33 </para> 33 </para>
34 34
35 </section> 35 </section>
36 36