traefik/integration/fixtures/simple_hostresolver.toml

22 lines
334 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
2018-07-03 14:44:05 +00:00
[entryPoints]
[entryPoints.web]
2018-07-03 14:44:05 +00:00
address = ":8000"
[api]
[providers]
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true
2018-07-03 14:44:05 +00:00
[hostResolver]
cnameFlattening = true