diff --git a/templates/vhost/location_footer.erb b/templates/vhost/location_footer.erb index b947d69b9..f4b4772d8 100644 --- a/templates/vhost/location_footer.erb +++ b/templates/vhost/location_footer.erb @@ -39,4 +39,3 @@ <%- end -%> <% end -%> } - diff --git a/templates/vhost/location_header.erb b/templates/vhost/location_header.erb index 59b3edf19..dd8b0466e 100644 --- a/templates/vhost/location_header.erb +++ b/templates/vhost/location_header.erb @@ -1,3 +1,4 @@ + location <%= @location %> { <% if @internal -%> internal; @@ -52,4 +53,4 @@ <%- Array(@raw_prepend).each do |line| -%> <%= line %> <%- end -%> -<% end -%> \ No newline at end of file +<% end -%> diff --git a/templates/vhost/vhost_header.erb b/templates/vhost/vhost_header.erb index c48ed6628..ee6380f0d 100644 --- a/templates/vhost/vhost_header.erb +++ b/templates/vhost/vhost_header.erb @@ -94,4 +94,3 @@ server { access_log <%= @access_log_real %>; error_log <%= @error_log_real %>; -