diff options
author | Jim Jagielski <jim@apache.org> | 2016-12-26 22:42:26 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2016-12-26 22:42:26 +0100 |
commit | ada5e7197060db936ca6291c34ff41cb61f732f4 (patch) | |
tree | 0c6579305fda38c82a08b17ada3b3fd07ecf7b49 /docs | |
parent | and xforms (diff) | |
download | apache2-ada5e7197060db936ca6291c34ff41cb61f732f4.tar.xz apache2-ada5e7197060db936ca6291c34ff41cb61f732f4.zip |
revert back... no conflict w/ name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_proxy_protocol.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_proxy_protocol.xml b/docs/manual/mod/mod_proxy_protocol.xml index 0f71446ab3..1fcea758e1 100644 --- a/docs/manual/mod/mod_proxy_protocol.xml +++ b/docs/manual/mod/mod_proxy_protocol.xml @@ -52,14 +52,14 @@ <seealso><a href="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">Proxy Protocol Spec</a></seealso> <directivesynopsis> -<name>ProxyProtocolFilter </name> +<name>ProxyProtocol </name> <description>Enable or disable the proxy protocol handling</description> -<syntax>ProxyProtocolFilter On|Off</syntax> +<syntax>ProxyProtocol On|Off</syntax> <contextlist><context>server config</context><context>virtual host</context> </contextlist> <usage> - <p>The <directive>ProxyProtocolFilter</directive> enables or disables the + <p>The <directive>ProxyProtocol</directive> enables or disables the reading and handling of the proxy protocol connection header. If enabled the upstream client <em>must</em> send the header every time it opens a connection or the connection will get aborted.</p> @@ -75,7 +75,7 @@ notice will be logged indicating which setting was being overridden.</p> <highlight language="config"> - ProxyProtocolFilter On + ProxyProtocol On </highlight> </usage> </directivesynopsis> |