mirror of
https://github.com/traefik/traefik.git
synced 2026-01-24 10:01:21 +01:00
20 lines
274 B
TOML
20 lines
274 B
TOML
logLevel = "DEBUG"
|
|
|
|
defaultEntryPoints = ["https"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.https]
|
|
address = ":4443"
|
|
[entryPoints.https.tls]
|
|
|
|
[entryPoints.https02]
|
|
address = ":8443"
|
|
[entryPoints.https02.tls]
|
|
|
|
[api]
|
|
|
|
[file]
|
|
|
|
fileName = "{{.DynamicConfFileName}}"
|
|
watch = true
|