change timeout values to proper values

This commit is contained in:
Arne Teuke
2025-02-12 13:38:27 +01:00
parent 432da2cfad
commit e596ac458a

View File

@@ -72,7 +72,7 @@ $hy_https_port = '443',
$hy_chroot = '/var/lib/haproxy', $hy_chroot = '/var/lib/haproxy',
$hy_pid = '/var/run/haproxy.pid', $hy_pid = '/var/run/haproxy.pid',
$hy_maxconn = '4000', $hy_maxconn = '4000',
$hy_show_stats = true, $hy_show_stats = false,
$hy_stats_socket = '/var/lib/haproxy/stats', $hy_stats_socket = '/var/lib/haproxy/stats',
$hy_default_mode = 'tcp', $hy_default_mode = 'tcp',
$hy_use_http_server_close = false, $hy_use_http_server_close = false,