From 7d790048d241e69e97399bffa6a2c986e150c8b3 Mon Sep 17 00:00:00 2001 From: Florent Poinsaut <1256948+FlorentPoinsaut@users.noreply.github.com> Date: Fri, 5 Mar 2021 17:21:15 +0100 Subject: [PATCH] Enable compression HTTPs --- traefik.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/traefik.toml b/traefik.toml index e2a8f6f..71da5ca 100644 --- a/traefik.toml +++ b/traefik.toml @@ -20,6 +20,7 @@ defaultEntryPoints = ["http", "https"] entryPoint = "https" [entryPoints.https] address = ":443" + compress = true [entryPoints.https.tls] MinVersion = "VersionTLS12" CurvePreferences = [