traefik/integration/fixtures/file/dir/simple2.toml

13 lines
256 B
TOML
Raw Normal View History

# rules
[backends]
[backends.backend2]
[backends.backend2.servers.server1]
2018-07-26 10:42:03 +00:00
url = "http://172.17.0.123:80"
2018-04-11 14:30:04 +00:00
weight = 1
[frontends]
[frontends.frontend2]
backend = "backend2"
[frontends.frontend2.routes.test_2]
rule = "Path:/test2"