fix(eureka): Wrong host in rule

This commit is contained in:
Julien Salleyron 2016-11-20 18:24:15 +01:00
parent 15732269da
commit cf8940e80e

View file

@ -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}}