Bugifx
This commit is contained in:
parent
b1708a7da9
commit
c899182f7a
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Reference in a new issue