Update vhost_header.erb
This commit is contained in:
parent
90c5b7349e
commit
b432d5269c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ server {
|
|||
<% if defined? auth_basic_user_file -%>
|
||||
auth_basic_user_file <%= @auth_basic_user_file %>;
|
||||
<% end -%>
|
||||
<% @proxy_set_header.each do |header| -%>
|
||||
<% @proxy_set_header.each_line do |header| -%>
|
||||
proxy_set_header <%= header %>;
|
||||
<% end -%>
|
||||
<% if @rewrite_to_https -%>
|
||||
|
|
Loading…
Reference in a new issue