traefik/integration/fixtures/etcd/simple_https.toml
2017-11-23 11:50:03 +01:00

21 lines
300 B
TOML

defaultEntryPoints = ["http","https"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[entryPoints.https]
address = ":4443"
[entryPoints.https.tls]
#[etcd]
# endpoint = "{{.EtcdHost}}:2379"
# prefix = "/traefik"
# watch = true
[web]
address = ":8081"