From 1839b3c755ece4259dfb12150ca0fd9ddd2ac839 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Thu, 16 Jun 2016 17:36:26 +0200 Subject: [PATCH] Fix location template to not add empty line --- templates/vhost/location_header.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -%>