traefik/integration/fixtures/https/dynamic_https_sni.toml
2019-04-16 15:30:09 +02:00

21 lines
299 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