1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-24 02:04:03 +03:00
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]