traefik/integration/fixtures/https/dynamic_https_sni.toml

17 lines
243 B
TOML
Raw Normal View History

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