From 12192f98a7496f4dde61a286c25b7c84dc9eb377 Mon Sep 17 00:00:00 2001 From: Michael Palmer Date: Mon, 10 Apr 2017 08:05:33 -0700 Subject: [PATCH] Changed newline formating between stream_upstream definitions --- templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 273030e..f8c5445 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -26,9 +26,9 @@ stream { {{ upstream.extra_parameters|indent(8) }} {% endif %} } + {% endfor %} {% endif %} - include {{ nginx_stream_path }}/*; } {% endif %}