Skip to content

Commit

Permalink
Updated _directories.erb to add support for 'SetEnv'
Browse files Browse the repository at this point in the history
Updated _directories.erb to add support for 'SetEnv'.
  • Loading branch information
muresan committed Nov 14, 2014
1 parent e559e7b commit 8d22b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/vhost/_directories.erb
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@
<%- end -%>
<%- end -%>
<%- end -%>
<%- if directory['setenv'] -%>
<%- Array(directory['setenv']).each do |setenv| -%>
SetEnv <%= setenv %>
<%- end -%>
<%- end -%>
<%- if @shibboleth_enabled -%>
<%- if directory['shib_require_session'] and ! directory['shib_require_session'].empty? -%>
ShibRequireSession <%= directory['shib_require_session'] %>
Expand Down

0 comments on commit 8d22b80

Please sign in to comment.