Skip to content

Commit

Permalink
Update to include auth_required for versions other than 2.4 but keepi…
Browse files Browse the repository at this point in the history
…ng at the top of the section
  • Loading branch information
Travis Fields committed Sep 26, 2014
1 parent 808e387 commit bf724e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/vhost/_directories.erb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
Require all granted
<%- end -%>
<%- else -%>
<%- if directory['auth_require'] -%>
Require <%= directory['auth_require'] %>
<%- end -%>
<%- if directory['order'] and directory['order'] != '' -%>
Order <%= Array(directory['order']).join(',') %>
<%- else -%>
Expand Down

0 comments on commit bf724e4

Please sign in to comment.