comparison xml/en/docs/http/ngx_http_realip_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents f855acbd0a94
children 866653a4f6a2
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
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="5"> 13 rev="6">
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
87 87
88 <para> 88 <para>
89 The <literal>X-Real-IP</literal> and <literal>X-Forwarded-For</literal> 89 The <literal>X-Real-IP</literal> and <literal>X-Forwarded-For</literal>
90 parameters may contain an optional port (1.11.0). 90 parameters may contain an optional 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="http://tools.ietf.org/html/3986">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>
96 The <literal>proxy_protocol</literal> parameter (1.5.12) changes 96 The <literal>proxy_protocol</literal> parameter (1.5.12) changes
97 the client address to the one from the PROXY protocol header. 97 the client address to the one from the PROXY protocol header.