traefik/integration/fixtures/https/dynamic_https_sni.toml
2022-11-21 18:36:05 +01:00

23 lines
334 B
TOML

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