Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-24 | T7190: Add haproxy default timeout options configurable | Viacheslav Hletenko | |
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' ``` |