summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2022-07-29 09:10:36 +0000
committerbabolivier <babolivier@users.noreply.github.com>2022-07-29 09:10:36 +0000
commiteb1326ac43a65e77e29d33fd35675f676b516ffb (patch)
treebcfddda6e5020267385e551d430ce237801dba90 /develop/usage/configuration/config_documentation.html
parentdeploy: 641412decde53bad393d478858355ae1db5306cf (diff)
downloadsynapse-eb1326ac43a65e77e29d33fd35675f676b516ffb.tar.xz
deploy: 24ef1460f691c0fb40470784603c6b0c34629d09
Diffstat (limited to '')
-rw-r--r--develop/usage/configuration/config_documentation.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index 5c537e735a..0b4be1e22b 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -523,7 +523,8 @@ on this port. Sub-options for each resource are:</p>
 <p><code>names</code>: a list of names of HTTP resources. See below for a list of valid resource names.</p>
 </li>
 <li>
-<p><code>compress</code>: set to true to enable HTTP compression for this resource.</p>
+<p><code>compress</code>: set to true to enable gzip compression on HTTP bodies for this resource. This is currently only supported with the
+<code>client</code>, <code>consent</code> and <code>metrics</code> resources.</p>
 </li>
 </ul>
 </li>