traefik/integration/fixtures/https/dynamic_https_sni.toml

20 lines
285 B
TOML
Raw Normal View History

[log]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.https]
address = ":4443"
[entryPoints.https.tls]
2018-11-14 09:18:03 +00:00
[entryPoints.https02]
address = ":8443"
[entryPoints.https02.tls]
[api]
[providers]
[providers.file]
fileName = "{{.DynamicConfFileName}}"
watch = true