From 5ef6e8755dcd33d21629678121155b9352405bd6 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Wed, 18 Dec 2024 18:45:49 +0100 Subject: [PATCH] Add support for allow and deny directive on streamhost --- templates/streamhost/streamhost.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/streamhost/streamhost.erb b/templates/streamhost/streamhost.erb index 31caa1227..a29405287 100644 --- a/templates/streamhost/streamhost.erb +++ b/templates/streamhost/streamhost.erb @@ -21,7 +21,7 @@ server { <%- unless @resolver.empty? -%> resolver <% @resolver.each do |res| %> <%= res %><% end %>; <%- end -%> - +zzz <% if @allow -%> <%- @allow.flatten.uniq.each do |allow_rule| -%> allow <%= allow_rule %>;