Multiple rules docs
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
30db47d9b6
commit
85fcff4cf7
2 changed files with 13 additions and 12 deletions
|
@ -513,7 +513,7 @@
|
|||
# [frontends.frontend1]
|
||||
# backend = "backend2"
|
||||
# [frontends.frontend1.routes.test_1]
|
||||
# rule = "Host:test.localhost"
|
||||
# rule = "Host: test.localhost, other.localhost"
|
||||
# [frontends.frontend2]
|
||||
# backend = "backend1"
|
||||
# passHostHeader = true
|
||||
|
@ -523,4 +523,4 @@
|
|||
# [frontends.frontend3]
|
||||
# entrypoints = ["http", "https"] # overrides defaultEntryPoints
|
||||
# backend = "backend2"
|
||||
# rule = "Path:/test"
|
||||
# rule = "Path: /test, /other"
|
Loading…
Add table
Add a link
Reference in a new issue