Skip to content

Commit

Permalink
Merge pull request #202 from openquery/vhost_ssl_normalisation
Browse files Browse the repository at this point in the history
Add proxy_set_header to vhost_ssl_header to be the same as vhost_header
  • Loading branch information
James Fryman committed Dec 19, 2013
2 parents cf7fec5 + f269435 commit 5fa3141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/vhost/vhost_ssl_header.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ server {
<% if @passenger_cgi_param -%><% @passenger_cgi_param.each do |key,value| -%>
passenger_set_cgi_param <%= key %> <%= value %>;
<% end -%><% end -%>
<% @proxy_set_header.each do |header| -%>
proxy_set_header <%= header %>;
<% end -%>


0 comments on commit 5fa3141

Please sign in to comment.