From ba1c1eef648ecc8b2a8797052ecbbfd5e007d76d Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Wed, 6 Jan 2021 13:30:57 -0500 Subject: [PATCH] More clarification --- proxy/src/main/resources/default-velocity.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/src/main/resources/default-velocity.toml b/proxy/src/main/resources/default-velocity.toml index fe3ad5942..050b9c1fe 100644 --- a/proxy/src/main/resources/default-velocity.toml +++ b/proxy/src/main/resources/default-velocity.toml @@ -105,7 +105,8 @@ connection-timeout = 5000 # Specify a read timeout for connections here. The default is 30 seconds. read-timeout = 30000 -# Enables compatibility with HAProxy. +# Enables compatibility with HAProxy's PROXY protocol. If you don't know what this is for, then +# don't enable it. haproxy-protocol = false # Enables TCP fast open support on the proxy. Requires the proxy to run on Linux.