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