mirror of
https://github.com/traefik/traefik.git
synced 2026-02-16 17:18:38 -05:00
19 lines
285 B
TOML
19 lines
285 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
|
|
[entryPoints]
|
|
[entryPoints.https]
|
|
address = ":4443"
|
|
[entryPoints.https.tls]
|
|
|
|
[entryPoints.https02]
|
|
address = ":8443"
|
|
[entryPoints.https02.tls]
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.file]
|
|
fileName = "{{.DynamicConfFileName}}"
|
|
watch = true
|