traefik/integration/fixtures/simple_whitelist.toml
2018-08-24 16:20:03 +02:00

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]