comparison xml/en/docs/http/ngx_http_realip_module.xml @ 1523:3b4a86b3515e

Rephrased the "real_ip_header" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 30 Jun 2015 19:20:27 +0300
parents eeb690d4212b
children 8854618e1ca5
comparison
equal deleted inserted replaced
1522:ee91c95fca48 1523:3b4a86b3515e
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="2"> 13 rev="3">
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
78 <context>http</context> 78 <context>http</context>
79 <context>server</context> 79 <context>server</context>
80 <context>location</context> 80 <context>location</context>
81 81
82 <para> 82 <para>
83 Defines a request header field used to send 83 Defines the request header field
84 the address for a replacement. 84 whose value will be used to replace the client address.
85 </para> 85 </para>
86 86
87 <para> 87 <para>
88 The <literal>proxy_protocol</literal> parameter (1.5.12) changes 88 The <literal>proxy_protocol</literal> parameter (1.5.12) changes
89 the client address to the one from the PROXY protocol header. 89 the client address to the one from the PROXY protocol header.