forked from SW/traefik
Add errors about unknown entryPoint in runtime api
This commit is contained in:
committed by
Traefiker Bot
parent
38508f9a9c
commit
df0dd2f5e6
@@ -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`)"
|
||||
|
||||
Reference in New Issue
Block a user