1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-11 05:17:52 +03:00
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