Force http/1.1 for websocket
This commit is contained in:
parent
9c8df8b9ce
commit
afbad56012
5 changed files with 69 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue