diff --git a/docs/toml.md b/docs/toml.md index 5179bba18..0c5557d04 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -198,6 +198,12 @@ Supported filters: # CertFile = "integration/fixtures/https/snitest.org.cert" # KeyFile = "integration/fixtures/https/snitest.org.key" +# To enable compression support using gzip format: +# [entryPoints] +# [entryPoints.http] +# address = ":80" +# compress = true + [entryPoints] [entryPoints.http] address = ":80" diff --git a/traefik.sample.toml b/traefik.sample.toml index 0a71359f9..17b798780 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -219,6 +219,12 @@ # CertFile = "integration/fixtures/https/snitest.org.cert" # KeyFile = "integration/fixtures/https/snitest.org.key" +# To enable compression support using gzip format: +# [entryPoints] +# [entryPoints.http] +# address = ":80" +# compress = true + # Enable retry sending request if network error # # Optional