From 85be7579f4e93f9da06b5e8775b5296be953d422 Mon Sep 17 00:00:00 2001 From: Alex W Date: Mon, 27 Jan 2025 20:57:27 +0000 Subject: haproxy: T7081: Support HTTP compression (#4314) --- .../load-balancing_haproxy.xml.in | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in index 742272436..ca089d3f0 100644 --- a/interface-definitions/load-balancing_haproxy.xml.in +++ b/interface-definitions/load-balancing_haproxy.xml.in @@ -48,6 +48,38 @@ + + + Compress HTTP responses + + + + + Compression algorithm + + gzip deflate identity raw-deflate + + + (gzip|deflate|identity|raw-deflate) + + + + + + MIME types to compress + + txt + MIME type to compress + + + + \w+\/[-+.\w]+ + + Invalid MIME type specified + + + + SSL Certificate, SSL Key and CA -- cgit v1.2.3