Align index to the rest of template contents
This commit is contained in:
parent
61b569ca02
commit
5dda0ad03c
1 changed files with 1 additions and 1 deletions
|
@ -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 %>';
|
||||
|
|
Loading…
Reference in a new issue