traefik/examples/cluster/traefik.toml.tmpl

29 lines
504 B
Cheetah
Raw Normal View History

2017-11-17 16:22:03 +00:00
logLevel = "DEBUG"
defaultEntryPoints = ["http", "https"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[acme]
email = "test@traefik.io"
storage = "traefik/acme/account"
entryPoint = "https"
OnHostRule = true
2018-03-26 12:12:03 +00:00
caServer = "http://traefik.boulder.com:4001/directory"
2018-01-15 15:04:05 +00:00
[acme.httpChallenge]
entryPoint="http"
2017-11-17 16:22:03 +00:00
[api]
2017-11-17 16:22:03 +00:00
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "localhost.com"
watch = true
exposedbydefault = false