Skip to content

Instantly share code, notes, and snippets.

@brodul
Created January 16, 2018 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brodul/eb66f6c6d57b404daf7648d8d3303630 to your computer and use it in GitHub Desktop.
Save brodul/eb66f6c6d57b404daf7648d8d3303630 to your computer and use it in GitHub Desktop.
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 = "brodul@brodul.ogr"
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