traefik/integration/fixtures/https/dynamic_https_sni.toml

21 lines
302 B
TOML
Raw Normal View History

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