fixed acces to vhost_cfg_append via instance variable

This commit is contained in:
Tomas Barton 2013-09-30 00:46:17 +02:00
parent 82ce9223a9
commit 4e41871dac

View file

@ -1,7 +1,7 @@
<% if @include_files %><% @include_files.each do |file| -%>
include <%= file %>;
<% end -%><% end -%>
<% if @vhost_cfg_append -%><% vhost_cfg_append.each do |key,value| -%>
<% if @vhost_cfg_append -%><% @vhost_cfg_append.each do |key,value| -%>
<%= key %> <%= value %>;
<% end -%>
<% end -%>