traefik/integration/fixtures/headers/basic.toml

24 lines
419 B
TOML
Raw Normal View History

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
2019-04-02 08:40:04 +00:00
[entryPoints]
[entryPoints.web]
2019-04-02 08:40:04 +00:00
address = ":8000"
[providers]
[providers.file]
[http.routers]
[http.routers.router1]
rule = "Host(`test.localhost`)"
service = "service1"
[http.services]
[http.services.service1.loadbalancer]
[[http.services.service1.loadbalancer.servers]]
url = "http://172.17.0.2:80"