Update vhost_location_empty.erb

This commit is contained in:
Abdoul Bah 2013-08-15 18:55:14 +02:00
parent d10eaa423a
commit f87d4770df

View file

@ -1,5 +1,5 @@
location <%= @location %> {
<% if @location_custom_cfg -%><% @location_custom_cfg.sort_by {|k,v| k}.each do |key,value| -%>
<% if @location_custom_cfg -%><% @location_custom_cfg.sort_by {|k,v| k}.each_line do |key,value| -%>
<%= key %> <%= value %>;
<% end -%><% end -%>
}