From cf8940e80eb915bfa5bd497d69dd4ac0a32a535b Mon Sep 17 00:00:00 2001 From: Julien Salleyron Date: Sun, 20 Nov 2016 18:24:15 +0100 Subject: [PATCH] fix(eureka): Wrong host in rule --- templates/eureka.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/eureka.tmpl b/templates/eureka.tmpl index 10ad8e613..a2ffbff2e 100644 --- a/templates/eureka.tmpl +++ b/templates/eureka.tmpl @@ -11,5 +11,5 @@ backend = "backend{{.Name}}" entryPoints = ["http"] [frontends.frontend{{.Name }}.routes.route-host{{.Name}}] - rule = "Host:http://{{ .Name | tolower }}" + rule = "Host:{{ .Name | tolower }}" {{end}}