Skip to content

Commit 5ef6e87

Browse files
committed
Add support for allow and deny directive on streamhost
1 parent 8ee1837 commit 5ef6e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/streamhost/streamhost.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ server {
2121
<%- unless @resolver.empty? -%>
2222
resolver <% @resolver.each do |res| %> <%= res %><% end %>;
2323
<%- end -%>
24-
24+
zzz
2525
<% if @allow -%>
2626
<%- @allow.flatten.uniq.each do |allow_rule| -%>
2727
allow <%= allow_rule %>;

0 commit comments

Comments
 (0)