From be179e6b680f9fb556732b7ff9f25b0c51c7daea Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 10 Sep 2015 09:04:42 +0200 Subject: [PATCH] Server url --- templates/configuration.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/configuration.tmpl b/templates/configuration.tmpl index d66a4cb4a..033760f3b 100644 --- a/templates/configuration.tmpl +++ b/templates/configuration.tmpl @@ -44,7 +44,7 @@ {{range $keyServers, $valueServers := $valueBackends.Servers}} {{$keyServers}} - {{$valueServers.Url}} + {{$valueServers.Url}} {{end}}