1
0
Fork 0

Fix update oxy

This commit is contained in:
Michael 2018-10-10 18:20:05 +02:00 committed by Traefiker Bot
parent 609b2630d7
commit b722748ec3
5 changed files with 7 additions and 2 deletions

View file

@ -19,5 +19,6 @@ logLevel = "DEBUG"
[frontends]
[frontends.frontend1]
backend = "backend1"
passHostHeader = true
[frontends.frontend1.routes.test_1]
rule = "PathPrefix:/ws"

View file

@ -24,5 +24,6 @@ insecureSkipVerify=true
[frontends]
[frontends.frontend1]
backend = "backend1"
passHostHeader = true
[frontends.frontend1.routes.test_1]
rule = "Path:/echo,/ws"