Rename proxy-protocol setting to haproxy-protocol to make it clearer this is for HAProxy.

This commit is contained in:
Andrew Steinborn
2021-01-06 13:29:30 -05:00
parent 1f9c24566d
commit 4df8f70156
2 changed files with 6 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ connection-timeout = 5000
read-timeout = 30000
# Enables compatibility with HAProxy.
proxy-protocol = false
haproxy-protocol = false
# Enables TCP fast open support on the proxy. Requires the proxy to run on Linux.
tcp-fast-open = false