fixed acces to vhost_cfg_append
via instance variable
This commit is contained in:
parent
82ce9223a9
commit
4e41871dac
1 changed files with 1 additions and 1 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Reference in a new issue