From b1bf78c8af695cc306fe8051eec4dc956f1eb826 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 3 Nov 2015 16:59:07 -0200 Subject: Fix template deprecations --- templates/error.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/error.erb') diff --git a/templates/error.erb b/templates/error.erb index 4e13d60..27a2c8e 100644 --- a/templates/error.erb +++ b/templates/error.erb @@ -1,7 +1,7 @@ # vhost to handle inexistent vhosts > - ServerName error.<%= hosting_domain %> - ServerAlias *.<%= hosting_domain %> + ServerName error.<%= @hosting_domain %> + ServerAlias *.<%= @hosting_domain %> DocumentRoot <%= scope.lookupvar('apache::error_folder') %> ErrorDocument 404 <%= scope.lookupvar('apache::error_dest') %> -- cgit v1.2.3