diff xml/en/docs/http/ngx_http_core_module.xml @ 2458:9cd5883ac546

Documented $proxy_protocol_server_addr, $proxy_protocol_server_port.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 31 Oct 2019 15:36:34 +0300
parents 3896055c397e
children 2bb06b3fbcc5
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="88">
+        rev="89">
 
 <section id="directives" name="Directives">
 
@@ -3132,6 +3132,26 @@ in the <link id="listen"/> directive.
 </para>
 </tag-desc>
 
+<tag-name id="var_proxy_protocol_server_addr"><var>$proxy_protocol_server_addr</var></tag-name>
+<tag-desc>
+server address from the PROXY protocol header (1.17.6)
+<para>
+The PROXY protocol must be previously enabled by setting the
+<literal>proxy_protocol</literal> parameter
+in the <link id="listen"/> directive.
+</para>
+</tag-desc>
+
+<tag-name id="var_proxy_protocol_server_port"><var>$proxy_protocol_server_port</var></tag-name>
+<tag-desc>
+server port from the PROXY protocol header (1.17.6)
+<para>
+The PROXY protocol must be previously enabled by setting the
+<literal>proxy_protocol</literal> parameter
+in the <link id="listen"/> directive.
+</para>
+</tag-desc>
+
 <tag-name id="var_query_string"><var>$query_string</var></tag-name>
 <tag-desc>
 same as <var>$args</var>