comparison xml/en/docs/http/ngx_http_realip_module.xml @ 1934:a0a64fee6b13

Fixed optional port description in the real_ip_header directive.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Mar 2017 15:02:34 +0300
parents 866653a4f6a2
children 48ca712794c6
comparison
equal deleted inserted replaced
1933:866653a4f6a2 1934:a0a64fee6b13
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="6"> 13 rev="7">
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
84 Defines the request header field 84 Defines the request header field
85 whose value will be used to replace the client address. 85 whose value will be used to replace the client address.
86 </para> 86 </para>
87 87
88 <para> 88 <para>
89 The <literal>X-Real-IP</literal> and <literal>X-Forwarded-For</literal> 89 The request header field value that contains an optional port
90 parameters may contain an optional port (1.11.0). 90 is also used to replace the client port (1.11.0).
91 The address and port should be specified according to 91 The address and port should be specified according to
92 <link url="https://tools.ietf.org/html/rfc3986">RFC 3986</link>. 92 <link url="https://tools.ietf.org/html/rfc3986">RFC 3986</link>.
93 </para> 93 </para>
94 94
95 <para> 95 <para>