From 019fa89c536b16135b6cdc01298022e31dbbafae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=89VEIL?= Date: Tue, 10 Jan 2017 10:10:46 +0100 Subject: [PATCH] add comment to ease debugging --- nginx.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.tmpl b/nginx.tmpl index cab57e5..4a5e76b 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -86,6 +86,7 @@ server { {{ range $host, $containers := groupByMulti $ "Env.VIRTUAL_HOST" "," }} {{ $upstream_name := sha1 $host }} +# {{ $host }} upstream {{ $upstream_name }} { {{ range $container := $containers }} {{ $addrLen := len $container.Addresses }}