Skip to content

Commit a097e72

Browse files
committed
Add possiblity to include .stream config files
1 parent 9616ea9 commit a097e72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/nginx.conf.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ http {
7979

8080
{% block http_end %}{% endblock %}
8181
}
82+
83+
stream {
84+
include {{ nginx_conf_path }}/*.stream;
85+
}

0 commit comments

Comments
 (0)