Manual merge of https://github.com/jfryman/puppet-nginx/pull/100
This commit is contained in:
parent
304c12974e
commit
e1aa65d20c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue