Created
January 16, 2018 15:59
-
-
Save brodul/eb66f6c6d57b404daf7648d8d3303630 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graceTimeOut = "10s" | |
checkNewVersion = false | |
defaultEntryPoints = ["http", "https"] | |
[entryPoints] | |
[entryPoints.http] | |
address = ":80" | |
[entryPoints.http.redirect] | |
entryPoint = "https" | |
[entryPoints.https] | |
address = ":443" | |
[entryPoints.https.tls] | |
[retry] | |
[web] | |
address = ":8080" | |
path = "/traefik" | |
[web.auth.basic] | |
users=["fake:$fake"] | |
[docker] | |
endpoint = "unix:///var/run/docker.sock" | |
domain = "foo.bar" | |
watch = true | |
exposedbydefault = false | |
[acme] | |
email = "[email protected]" | |
storage = "acme.json" | |
entryPoint = "https" | |
OnHostRule = true | |
[acme.httpChallenge] | |
entryPoint = "http" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment