comparison xml/en/docs/http/ngx_http_core_module.xml @ 1704:792478434bb1

Documented the $proxy_protocol_port variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 May 2016 20:19:12 +0300
parents 6c96a644b0b3
children 737c86e8b316
comparison
equal deleted inserted replaced
1703:8aa362a99f7c 1704:792478434bb1
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="56"> 13 rev="57">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
2984 <literal>proxy_protocol</literal> parameter 2984 <literal>proxy_protocol</literal> parameter
2985 in the <link id="listen"/> directive. 2985 in the <link id="listen"/> directive.
2986 </para> 2986 </para>
2987 </tag-desc> 2987 </tag-desc>
2988 2988
2989 <tag-name id="var_proxy_protocol_port"><var>$proxy_protocol_port</var></tag-name>
2990 <tag-desc>
2991 client port from the PROXY protocol header, or an empty string otherwise
2992 (1.11.0)
2993 <para>
2994 The PROXY protocol must be previously enabled by setting the
2995 <literal>proxy_protocol</literal> parameter
2996 in the <link id="listen"/> directive.
2997 </para>
2998 </tag-desc>
2999
2989 <tag-name id="var_query_string"><var>$query_string</var></tag-name> 3000 <tag-name id="var_query_string"><var>$query_string</var></tag-name>
2990 <tag-desc> 3001 <tag-desc>
2991 same as <var>$args</var> 3002 same as <var>$args</var>
2992 </tag-desc> 3003 </tag-desc>
2993 3004