mirror of
https://github.com/containous/traefik.git
synced 2025-01-24 02:04:03 +03:00
14 lines
227 B
TOML
14 lines
227 B
TOML
logLevel = "DEBUG"
|
|
defaultEntryPoints = ["http"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
[entryPoints.http.ForwardedHeaders]
|
|
insecure=true
|
|
[entryPoints.http.ClientIPStrategy]
|
|
depth=2
|
|
|
|
[api]
|
|
[docker]
|