9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-12-11 15:22:55 +01:00
parent b1708a7da9
commit c899182f7a
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -41,7 +41,7 @@
<%- if @extra_proxy_conf -%>
IncludeOptional <%= @extra_proxy_conf %>
<%- endif -%>
<%- end -%>
AuthGroupFile /etc/apache2/groups.txt
Require group <% @groups.each.with_index do |group, i| %><%= group %><%= ' ' if i < (@groups.size - 1) %><% end %>