1
0
Fork 0

New rule syntax

Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
This commit is contained in:
SALLEYRON Julien 2019-01-30 16:24:07 +01:00 committed by Traefiker Bot
parent 7155f0d50d
commit 9ebe3c38b2
89 changed files with 1111 additions and 1357 deletions

View file

@ -13,7 +13,7 @@ logLevel = "DEBUG"
[Routers]
[Routers.router1]
Service = "service1"
Rule = "PathPrefix:/ws"
Rule = "PathPrefix(`/ws`)"
[Services]
[Services.service1]

View file

@ -21,7 +21,7 @@ insecureSkipVerify=true
[Routers]
[Routers.router1]
Service = "service1"
Rule = "Path:/echo,/ws"
Rule = "Path(`/echo`,`/ws`)"
[Services]
[Services.service1]