traefik/integration/fixtures/websocket/config.toml

25 lines
397 B
TOML
Raw Normal View History

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]
[file]
[backends]
[backends.backend1]
[backends.backend1.servers.server1]
url = "{{ .WebsocketServer }}"
2018-04-11 14:30:04 +00:00
weight = 1
[frontends]
[frontends.frontend1]
backend = "backend1"
2018-10-10 16:20:05 +00:00
passHostHeader = true
[frontends.frontend1.routes.test_1]
2017-10-02 13:36:02 +00:00
rule = "PathPrefix:/ws"