traefik/integration/fixtures/https/dynamic_https_sni.toml
2020-01-23 16:36:07 +01:00

22 lines
317 B
TOML

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