traefik/integration/fixtures/https/dynamic_https_sni.toml
Julien Salleyron 4a68d29ce2 Add a new protocol
Co-authored-by: Gérald Croës <gerald@containo.us>
2019-03-14 09:30:04 +01:00

17 lines
243 B
TOML

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