Changed newline formating between stream_upstream definitions

pull/94/head
Michael Palmer 7 years ago
parent 44dd9b0de7
commit 12192f98a7
  1. 2
      templates/nginx.conf.j2

@ -26,9 +26,9 @@ stream {
{{ upstream.extra_parameters|indent(8) }}
{% endif %}
}
{% endfor %}
{% endif %}
include {{ nginx_stream_path }}/*;
}
{% endif %}