# HG changeset patch # User Yaroslav Zhuravlev # Date 1572525351 -10800 # Node ID 3896055c397e61ad113efd9cd73b588310266cbc # Parent de4f8f3d1fd6aee4e599dae0d58105a8dca84996 Fixed descriptions of $proxy_protocol_addr and $proxy_protocol_port. diff -r de4f8f3d1fd6 -r 3896055c397e xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Thu Oct 31 15:34:18 2019 +0300 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Oct 31 15:35:51 2019 +0300 @@ -10,7 +10,7 @@ + rev="88">
@@ -3114,8 +3114,7 @@ $proxy_protocol_addr -client address from the PROXY protocol header, or an empty string otherwise -(1.5.12) +client address from the PROXY protocol header (1.5.12) The PROXY protocol must be previously enabled by setting the proxy_protocol parameter @@ -3125,8 +3124,7 @@ $proxy_protocol_port -client port from the PROXY protocol header, or an empty string otherwise -(1.11.0) +client port from the PROXY protocol header (1.11.0) The PROXY protocol must be previously enabled by setting the proxy_protocol parameter diff -r de4f8f3d1fd6 -r 3896055c397e xml/en/docs/stream/ngx_stream_core_module.xml --- a/xml/en/docs/stream/ngx_stream_core_module.xml Thu Oct 31 15:34:18 2019 +0300 +++ b/xml/en/docs/stream/ngx_stream_core_module.xml Thu Oct 31 15:35:51 2019 +0300 @@ -9,7 +9,7 @@ + rev="30">
@@ -522,8 +522,7 @@ $proxy_protocol_addr -client address from the PROXY protocol header, or an empty string otherwise -(1.11.4) +client address from the PROXY protocol header (1.11.4) The PROXY protocol must be previously enabled by setting the proxy_protocol parameter @@ -533,8 +532,7 @@ $proxy_protocol_port -client port from the PROXY protocol header, or an empty string otherwise -(1.11.4) +client port from the PROXY protocol header (1.11.4) The PROXY protocol must be previously enabled by setting the proxy_protocol parameter diff -r de4f8f3d1fd6 -r 3896055c397e xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Thu Oct 31 15:34:18 2019 +0300 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Thu Oct 31 15:35:51 2019 +0300 @@ -10,7 +10,7 @@ + rev="88">
@@ -3113,8 +3113,7 @@ $proxy_protocol_addr -адрес клиента, полученный из заголовка протокола PROXY, либо пустая строка -(1.5.12) +адрес клиента, полученный из заголовка протокола PROXY (1.5.12) Протокол PROXY должен быть предварительно включён при помощи установки параметра proxy_protocol в директиве . @@ -3123,8 +3122,7 @@ $proxy_protocol_port -порт клиента, полученный из заголовка протокола PROXY, либо пустая строка -(1.11.0) +порт клиента, полученный из заголовка протокола PROXY (1.11.0) Протокол PROXY должен быть предварительно включён при помощи установки параметра proxy_protocol в директиве . diff -r de4f8f3d1fd6 -r 3896055c397e xml/ru/docs/stream/ngx_stream_core_module.xml --- a/xml/ru/docs/stream/ngx_stream_core_module.xml Thu Oct 31 15:34:18 2019 +0300 +++ b/xml/ru/docs/stream/ngx_stream_core_module.xml Thu Oct 31 15:35:51 2019 +0300 @@ -9,7 +9,7 @@ + rev="30">
@@ -530,8 +530,7 @@ $proxy_protocol_addr -адрес клиента, полученный из заголовка протокола PROXY, либо пустая строка -(1.11.4) +адрес клиента, полученный из заголовка протокола PROXY (1.11.4) Протокол PROXY должен быть предварительно включён при помощи установки параметра proxy_protocol в директиве . @@ -540,8 +539,7 @@ $proxy_protocol_port -порт клиента, полученный из заголовка протокола PROXY, либо пустая строка -(1.11.4) +порт клиента, полученный из заголовка протокола PROXY (1.11.4) Протокол PROXY должен быть предварительно включён при помощи установки параметра proxy_protocol в директиве .