traefik/integration/fixtures/https/dynamic_https_sni.toml

23 lines
334 B
TOML
Raw Normal View History

[global]
2019-07-01 11:30:05 +02:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 11:30:05 +02:00
level = "DEBUG"
2022-11-21 18:36:05 +01:00
noColor = true
[entryPoints]
[entryPoints.websecure]
address = ":4443"
[entryPoints.https02]
address = ":8443"
[api]
2019-09-06 15:08:04 +02:00
insecure = true
[providers]
2019-07-01 11:30:05 +02:00
[providers.file]
fileName = "{{.DynamicConfFileName}}"
watch = true