comparison 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
comparison
equal deleted inserted replaced
2457:3896055c397e 2458:9cd5883ac546
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="88"> 13 rev="89">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
3130 <literal>proxy_protocol</literal> parameter 3130 <literal>proxy_protocol</literal> parameter
3131 in the <link id="listen"/> directive. 3131 in the <link id="listen"/> directive.
3132 </para> 3132 </para>
3133 </tag-desc> 3133 </tag-desc>
3134 3134
3135 <tag-name id="var_proxy_protocol_server_addr"><var>$proxy_protocol_server_addr</var></tag-name>
3136 <tag-desc>
3137 server address from the PROXY protocol header (1.17.6)
3138 <para>
3139 The PROXY protocol must be previously enabled by setting the
3140 <literal>proxy_protocol</literal> parameter
3141 in the <link id="listen"/> directive.
3142 </para>
3143 </tag-desc>
3144
3145 <tag-name id="var_proxy_protocol_server_port"><var>$proxy_protocol_server_port</var></tag-name>
3146 <tag-desc>
3147 server port from the PROXY protocol header (1.17.6)
3148 <para>
3149 The PROXY protocol must be previously enabled by setting the
3150 <literal>proxy_protocol</literal> parameter
3151 in the <link id="listen"/> directive.
3152 </para>
3153 </tag-desc>
3154
3135 <tag-name id="var_query_string"><var>$query_string</var></tag-name> 3155 <tag-name id="var_query_string"><var>$query_string</var></tag-name>
3136 <tag-desc> 3156 <tag-desc>
3137 same as <var>$args</var> 3157 same as <var>$args</var>
3138 </tag-desc> 3158 </tag-desc>
3139 3159