traefik/integration/fixtures/https/dynamic_https_sni.toml
2018-11-14 10:18:03 +01:00

20 lines
274 B
TOML

logLevel = "DEBUG"
defaultEntryPoints = ["https"]
[entryPoints]
[entryPoints.https]
address = ":4443"
[entryPoints.https.tls]
[entryPoints.https02]
address = ":8443"
[entryPoints.https02.tls]
[api]
[file]
fileName = "{{.DynamicConfFileName}}"
watch = true