We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9616ea9 commit a097e72Copy full SHA for a097e72
templates/nginx.conf.j2
@@ -79,3 +79,7 @@ http {
79
80
{% block http_end %}{% endblock %}
81
}
82
+
83
+stream {
84
+ include {{ nginx_conf_path }}/*.stream;
85
+}
0 commit comments