Skip to content

Commit

Permalink
Enable compression HTTPs
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut authored Mar 5, 2021
1 parent d4c661a commit 7d79004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions traefik.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ defaultEntryPoints = ["http", "https"]
entryPoint = "https"
[entryPoints.https]
address = ":443"
compress = true
[entryPoints.https.tls]
MinVersion = "VersionTLS12"
CurvePreferences = [
Expand Down

0 comments on commit 7d79004

Please sign in to comment.