Skip to content

Commit

Permalink
Manual merge of voxpupuli#100
Browse files Browse the repository at this point in the history
  • Loading branch information
James Fryman committed Aug 22, 2013
1 parent 07f89a5 commit c4b5e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/vhost_ssl_header.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ server {
auth_basic "<%= @auth_basic %>";
<% end -%>
<% if defined? @auth_basic_user_file -%>
auth_basic_user_file <%= @auth_basic_user_file %>;
auth_basic_user_file "<%= @auth_basic_user_file %>";
<% end -%>

access_log <%= scope.lookupvar('nginx::params::nx_logdir')%>/ssl-<%= @name.gsub(' ', '_') %>.access.log;
Expand Down

0 comments on commit c4b5e0a

Please sign in to comment.