summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-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>