From 10a787b642395778fa75d73ca44bdf98ffec5b01 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 16:44:06 -0300 Subject: User default host as a ServerAlias form the domain --- templates/default.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/default.erb b/templates/default.erb index 08c3a87..0cc8996 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -1,6 +1,7 @@ # begin vhost for <%= @fqdn %> > ServerName <%= @fqdn %> + ServerAlias <%= @domain %> DocumentRoot <%= scope.lookupvar('apache::default_folder') %> # begin site config -- cgit v1.2.3