summaryrefslogtreecommitdiff
path: root/interface-definitions/load-balancing_haproxy.xml.in
AgeCommit message (Collapse)Author
33 hoursT7190: Add haproxy default timeout options configurableViacheslav 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' ```
2025-01-27haproxy: T7081: Support HTTP compression (#4314)Alex W
2024-10-09haproxy: T6745: Rename `reverse-proxy` to `haproxy`sarthurdev