traefik/integration/fixtures/https/dynamic_https_sni.toml
2019-07-01 11:30:05 +02:00

21 lines
300 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
[entryPoints]
[entryPoints.web-secure]
address = ":4443"
[entryPoints.https02]
address = ":8443"
[api]
[providers]
[providers.file]
fileName = "{{.DynamicConfFileName}}"
watch = true