Add errors about unknown entryPoint in runtime api
This commit is contained in:
parent
38508f9a9c
commit
df0dd2f5e6
4 changed files with 22 additions and 2 deletions
|
@ -17,6 +17,11 @@
|
|||
## dynamic configuration ##
|
||||
|
||||
[http.routers]
|
||||
[http.routers.router3]
|
||||
entrypoints=["unknown-entrypoint"]
|
||||
service = "service1"
|
||||
rule = "Host(`mydomain.com`)"
|
||||
|
||||
[http.routers.router4]
|
||||
service = "service1"
|
||||
rule = "Host(`snitest.net`)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue