Add errors about unknown entryPoint in runtime api

This commit is contained in:
Julien Salleyron
2019-08-29 12:38:04 +02:00
committed by Traefiker Bot
parent 38508f9a9c
commit df0dd2f5e6
4 changed files with 22 additions and 2 deletions

View File

@@ -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`)"