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

23 lines
355 B
TOML
Raw Normal View History

[global]
2019-07-01 12:30:05 +03:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 12:30:05 +03:00
level = "DEBUG"
2018-07-03 17:44:05 +03:00
[entryPoints]
[entryPoints.web]
2019-07-01 12:30:05 +03:00
address = ":8000"
2018-07-03 17:44:05 +03:00
[api]
2019-09-06 16:08:04 +03:00
insecure = true
2018-07-03 17:44:05 +03:00
[providers]
2019-07-01 12:30:05 +03:00
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true
2018-07-03 17:44:05 +03:00
[hostResolver]
2019-07-01 12:30:05 +03:00
cnameFlattening = true