]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix minor typo in the proxy protocol doc
authorWilly Tarreau <w@1wt.eu>
Sun, 13 Feb 2011 08:17:39 +0000 (09:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 Feb 2011 08:17:39 +0000 (09:17 +0100)
As reported by David Swift, stunnel's option is "sendproxy".

doc/proxy-protocol.txt

index c02fa5f79277c7a18b492546e73f2cdae51f7a8f..8d3ad8312f4c25eef8ddc7626d32379eeb03f475 100644 (file)
@@ -146,7 +146,7 @@ connection is established. For the receiver, once the line is parsed, it's
 easy to skip it from the input buffers.
 
 We have a patch available for recent versions of Stunnel that brings it the
-ability to be an emitter. The feature is called "send-proxy" there. The code
+ability to be an emitter. The feature is called "sendproxy" there. The code
 for the receiving side has been merged into haproxy and is enabled using the
 "accept-proxy" keyword on a "bind" statement. Haproxy will use the transport
 information from the PROXY protocol for logging, ACLs, etc... everywhere an