Skip to content

Commit

Permalink
Merge pull request #125 from theospears/patch-1
Browse files Browse the repository at this point in the history
Fix typo in vhost_header
  • Loading branch information
James Fryman committed Sep 3, 2013
2 parents 28309b6 + 2170297 commit 7cef792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/vhost_header.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
<% if defined? @auth_basic -%>
auth_basic "<%= @auth_basic %>";
<% end -%>
<% if defined? auth_basic_user_file -%>
<% if defined? @auth_basic_user_file -%>
auth_basic_user_file <%= @auth_basic_user_file %>;
<% end -%>
<% @proxy_set_header.each do |header| -%>
Expand Down

0 comments on commit 7cef792

Please sign in to comment.