1
0
Fork 0

Enhance Traefik TOML sample.

This commit is contained in:
Ludovic Fernandez 2018-03-12 10:40:04 +01:00 committed by Traefiker Bot
parent 8fbac2e39e
commit fc81d92c88
11 changed files with 71 additions and 32 deletions

View file

@ -11,7 +11,6 @@ defaultEntryPoints = ["http", "https"]
address = ":443"
[entryPoints.https.tls]
[acme]
email = "test@traefik.io"
storage = "/etc/traefik/conf/acme.json"
@ -19,12 +18,10 @@ entryPoint = "https"
onDemand = false
OnHostRule = true
caServer = "http://traefik.localhost.com:4000/directory"
[acme.httpChallenge]
entryPoint="http"
[acme.httpChallenge]
entryPoint="http"
[web]
address = ":8080"
[api]
[docker]
endpoint = "unix:///var/run/docker.sock"