diff xml/en/docs/stream/ngx_stream_core_module.xml @ 2457:3896055c397e

Fixed descriptions of $proxy_protocol_addr and $proxy_protocol_port.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 31 Oct 2019 15:35:51 +0300
parents 4487310de7e7
children 9cd5883ac546
line wrap: on
line diff
--- 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 @@
 <module name="Module ngx_stream_core_module"
         link="/en/docs/stream/ngx_stream_core_module.html"
         lang="en"
-        rev="29">
+        rev="30">
 
 <section id="summary">
 
@@ -522,8 +522,7 @@
 
 <tag-name id="var_proxy_protocol_addr"><var>$proxy_protocol_addr</var></tag-name>
 <tag-desc>
-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)
 <para>
 The PROXY protocol must be previously enabled by setting the
 <literal>proxy_protocol</literal> parameter
@@ -533,8 +532,7 @@
 
 <tag-name id="var_proxy_protocol_port"><var>$proxy_protocol_port</var></tag-name>
 <tag-desc>
-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)
 <para>
 The PROXY protocol must be previously enabled by setting the
 <literal>proxy_protocol</literal> parameter