From fe20eae99ebdb7781f74ada3a7c13a848ea75bcc Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Sat, 22 Feb 2025 15:44:34 +0000 Subject: T7190: Add haproxy default timeout options configurable Add the ability to configurate default timeout and frontend client timeout ``` set load-balancing haproxy service web timeout client '600' set load-balancing haproxy timeout check '4' set load-balancing haproxy timeout client '600' set load-balancing haproxy timeout connect '12' set load-balancing haproxy timeout server '120' ``` --- .../load-balancing_haproxy.xml.in | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'interface-definitions/load-balancing_haproxy.xml.in') diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in index ca089d3f0..b95e02337 100644 --- a/interface-definitions/load-balancing_haproxy.xml.in +++ b/interface-definitions/load-balancing_haproxy.xml.in @@ -48,6 +48,14 @@ + + + Timeout options + + + #include + + Compress HTTP responses @@ -368,6 +376,29 @@ + + + Timeout options + + + #include + + 5 + + #include + + 10 + + #include + + 50 + + #include + + 50 + + + #include -- cgit v1.2.3