Align index to the rest of template contents

This commit is contained in:
Zach Leslie 2014-07-28 14:12:42 -07:00
parent 61b569ca02
commit 5dda0ad03c

View file

@ -77,7 +77,7 @@ server {
}
<% end -%>
<% if @index_files.count > 0 -%>
index <% Array(@index_files).each do |i| %> <%= i %><% end %>;
index <% Array(@index_files).each do |i| %> <%= i %><% end %>;
<% end -%>
<% if defined? @log_by_lua -%>
log_by_lua '<%= @log_by_lua %>';