mirror of
https://github.com/traefik/traefik
synced 2026-02-03 14:40:32 +00:00
21 lines
300 B
TOML
21 lines
300 B
TOML
defaultEntryPoints = ["http","https"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
[entryPoints.https]
|
|
address = ":4443"
|
|
[entryPoints.https.tls]
|
|
|
|
|
|
|
|
#[etcd]
|
|
# endpoint = "{{.EtcdHost}}:2379"
|
|
# prefix = "/traefik"
|
|
# watch = true
|
|
|
|
[web]
|
|
address = ":8081"
|