From baf4c474e3b41b315948b7f5ae95157318990dc9 Mon Sep 17 00:00:00 2001 From: tuier Date: Wed, 28 Sep 2016 22:36:06 +0100 Subject: [PATCH] Documentation --- docs/toml.md | 6 ++++++ traefik.sample.toml | 6 ++++++ 2 files changed, 12 insertions(+) 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