comparison xml/en/docs/http/ngx_http_realip_module.xml @ 1601:8854618e1ca5

Documented the "$realip_remote_addr" variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 13 Nov 2015 16:11:56 +0300
parents 3b4a86b3515e
children bc25f237a966
comparison
equal deleted inserted replaced
1600:dd190baef1e7 1601:8854618e1ca5
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_realip_module" 10 <module name="Module ngx_http_realip_module"
11 link="/en/docs/http/ngx_http_realip_module.html" 11 link="/en/docs/http/ngx_http_realip_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_realip_module</literal> module is used 18 The <literal>ngx_http_realip_module</literal> module is used
116 116
117 </directive> 117 </directive>
118 118
119 </section> 119 </section>
120 120
121
122 <section id="variables" name="Embedded Variables">
123
124 <para>
125 <list type="tag">
126
127 <tag-name id="var_realip_remote_addr"><var>$realip_remote_addr</var></tag-name>
128 <tag-desc>
129 keeps the original client address (1.9.7).
130 </tag-desc>
131
132 </list>
133 </para>
134
135 </section>
136
121 </module> 137 </module>