Fix location template to not add empty line

This commit is contained in:
Iain Buclaw 2016-06-16 17:36:26 +02:00
parent 36952873b9
commit 1839b3c755
No known key found for this signature in database
GPG key ID: 05DD6CBF1693E8E5

View file

@ -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 -%>