summaryrefslogtreecommitdiff
path: root/templates/error.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/error.erb')
-rw-r--r--templates/error.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/error.erb b/templates/error.erb
index fef5dd7..e0dbb0e 100644
--- a/templates/error.erb
+++ b/templates/error.erb
@@ -1,7 +1,7 @@
# vhost to handle inexistent vhosts
<VirtualHost *:80>
- ServerName error.<%= domain %>
- ServerAlias *.<%= domain %>
+ ServerName error.<%= hosting_domain %>
+ ServerAlias *.<%= hosting_domain %>
DocumentRoot <%= apache_error_folder %>
ErrorDocument 404 <%= apache_error_dest %>