# HG changeset patch # User Sergey Kandaurov # Date 1489665754 -10800 # Node ID a0a64fee6b13f990f996614172040aa9ee757446 # Parent 866653a4f6a2942b69a549937a6c774923cb7f89 Fixed optional port description in the real_ip_header directive. diff -r 866653a4f6a2 -r a0a64fee6b13 xml/en/docs/http/ngx_http_realip_module.xml --- 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 @@ + rev="7">
@@ -86,8 +86,8 @@ -The X-Real-IP and X-Forwarded-For -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 RFC 3986. diff -r 866653a4f6a2 -r a0a64fee6b13 xml/ru/docs/http/ngx_http_realip_module.xml --- a/xml/ru/docs/http/ngx_http_realip_module.xml Thu Mar 16 15:02:31 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_realip_module.xml Thu Mar 16 15:02:34 2017 +0300 @@ -10,7 +10,7 @@ + rev="7">
@@ -86,8 +86,8 @@ -Параметры X-Real-IP и X-Forwarded-For -могут содержать необязательный порт (1.11.0). +Значение поля заголовка запроса, содержащее необязательный порт, +также используется для замены порта клиента (1.11.0). Адрес и порт должны быть указаны согласно RFC 3986.