Skip to content

Commit

Permalink
Merge pull request #1086 from btreecat/master
Browse files Browse the repository at this point in the history
Fixed setting multiple env_var in a location block for proxy pass.
  • Loading branch information
cmurphy committed Mar 26, 2015
2 parents 51a226e + d0b9e82 commit 3fd2131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/_proxy.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<%- end -%>
<%- if proxy['setenv'] -%>
<%- Array(proxy['setenv']).each do |setenv_var| -%>
SetEnv <%= setenv_var -%>
SetEnv <%= setenv_var %>
<%- end -%>
<%- end -%>
</Location>
Expand Down

0 comments on commit 3fd2131

Please sign in to comment.