1
0
mirror of https://github.com/containous/traefik.git synced 2024-12-23 17:34:13 +03:00
traefik/integration/fixtures/simple_hostresolver.toml

18 lines
276 B
TOML
Raw Normal View History

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