More clarification

This commit is contained in:
Andrew Steinborn
2021-01-06 13:30:57 -05:00
parent 4df8f70156
commit ba1c1eef64

View File

@@ -105,7 +105,8 @@ connection-timeout = 5000
# Specify a read timeout for connections here. The default is 30 seconds. # Specify a read timeout for connections here. The default is 30 seconds.
read-timeout = 30000 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 haproxy-protocol = false
# Enables TCP fast open support on the proxy. Requires the proxy to run on Linux. # Enables TCP fast open support on the proxy. Requires the proxy to run on Linux.