traefik/integration/fixtures/simple_hostresolver.toml

17 lines
223 B
TOML
Raw Normal View History

2018-07-03 14:44:05 +00:00
logLevel = "DEBUG"
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
[docker]
exposedByDefault = false
domain = "docker.local"
watch = true
[hostResolver]
cnameFlattening = true