Files
chasquid/test/t-18-haproxy/haproxy.cfg
Alberto Bertogli 8769e01f23 test: Update haproxy test config
The haproxy test config includes an obsolete "debug" entry, and is
missing some timeouts which, while harmless in this context, cause a
warning that can be confusing.

This patch fixes the debug entry by running haproxy -d as recommended,
and adds the essential timeouts to avoid the warning.
2020-11-22 09:35:08 +00:00

8 lines
138 B
INI

listen smtp-in
mode tcp
bind *:1025
server srv1 localhost:2025 send-proxy
timeout connect 10s
timeout client 10s
timeout server 10s