diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_realip_module.xml	Thu Mar 16 15:02:31 2017 +0300
+++ b/xml/en/docs/http/ngx_http_realip_module.xml	Thu Mar 16 15:02:34 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_realip_module"
         link="/en/docs/http/ngx_http_realip_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -86,8 +86,8 @@
 </para>
 
 <para>
-The <literal>X-Real-IP</literal> and <literal>X-Forwarded-For</literal>
-parameters may contain an optional port (1.11.0).
+The request header field value that contains an optional port
+is also used to replace the client port (1.11.0).
 The address and port should be specified according to
 <link url="https://tools.ietf.org/html/rfc3986">RFC 3986</link>.
 </para>