traefik/integration/fixtures/grpc/config_h2c.toml

25 lines
381 B
TOML
Raw Normal View History

2018-05-28 09:46:03 +00:00
defaultEntryPoints = ["http"]
2018-05-24 08:52:04 +00:00
2018-05-28 09:46:03 +00:00
debug=true
2018-05-24 08:52:04 +00:00
[entryPoints]
2018-05-28 09:46:03 +00:00
[entryPoints.http]
address = ":8081"
2018-05-24 08:52:04 +00:00
[api]
[file]
[backends]
[backends.backend1]
[backends.backend1.servers.server1]
url = "h2c://127.0.0.1:{{ .GRPCServerPort }}"
weight = 1
[frontends]
[frontends.frontend1]
backend = "backend1"
[frontends.frontend1.routes.test_1]
rule = "Host:127.0.0.1"