diff --git a/templates/vhost/location_header.erb b/templates/vhost/location_header.erb index 97ea8ba5e..cd3080573 100644 --- a/templates/vhost/location_header.erb +++ b/templates/vhost/location_header.erb @@ -24,7 +24,7 @@ <% end -%> <% if @auth_basic -%> auth_basic "<%= @auth_basic %>"; -<%- end %> +<% end -%> <%- if @auth_basic_user_file -%> auth_basic_user_file <%= @auth_basic_user_file %>; <% end -%>