Skip to content

Commit

Permalink
Added WSGIPassAuthorization option to vhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
Conzar committed May 1, 2014
1 parent 770c111 commit debc086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
$wsgi_import_script_options = undef,
$wsgi_process_group = undef,
$wsgi_script_aliases = undef,
$wsgi_pass_authorization = undef,
$custom_fragment = undef,
$itk = undef,
$action = undef,
Expand Down
3 changes: 3 additions & 0 deletions templates/vhost/_wsgi.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
<%- end -%>
<%- end -%>
<% end -%>
<% if @wsgi_pass_authorization -%>
WSGIPassAuthorization <%= @wsgi_pass_authorization %>
<% end -%>

0 comments on commit debc086

Please sign in to comment.