We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ca0856 + ab8465c commit b8308f4Copy full SHA for b8308f4
docs/configuration/loadbalancing/haproxy.rst
@@ -57,6 +57,16 @@ Service
57
For an explanation on :ref:`syslog_facilities` and :ref:`syslog_severity_level`
58
see tables in syslog configuration section.
59
60
+.. cfgcmd:: set load-balancing haproxy service <name> http-compression algorithm
61
+ <gzip | deflate | identity | raw-deflate>
62
+
63
+ Set the compression algorithm to be used when compressing HTTP responses.
64
65
+.. cfgcmd:: set load-balancing haproxy service <name> http-compression mime-type
66
+ <mime-type>
67
68
+ Set the list of HTTP response MIME types which haproxy will attempt to
69
+ compress, if received uncompressed from backend server.
70
71
Rules
72
^^^^^
0 commit comments