1
0
Fork 0

Force http/1.1 for websocket

This commit is contained in:
SALLEYRON Julien 2017-10-20 17:38:04 +02:00 committed by Traefiker
parent 9c8df8b9ce
commit afbad56012
5 changed files with 69 additions and 5 deletions

View file

@ -1,6 +1,7 @@
defaultEntryPoints = ["wss"]
logLevel = "DEBUG"
InsecureSkipVerify=true
[entryPoints]
[entryPoints.wss]
@ -24,4 +25,4 @@ logLevel = "DEBUG"
[frontends.frontend1]
backend = "backend1"
[frontends.frontend1.routes.test_1]
rule = "Path:/ws"
rule = "Path:/echo,/ws"