traefik/integration/fixtures/https/dynamic_https_sni.toml
2018-11-27 17:42:04 +01:00

20 lines
285 B
TOML

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