From: Silvio Rhatto Date: Sun, 15 May 2016 21:45:19 +0000 (-0300) Subject: Do not use a ServerAlias on default vhost X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=22a2fbd88a243c09b3ec24d1e899613d46c5f6c9;p=puppet-apache.git Do not use a ServerAlias on default vhost --- diff --git a/templates/default.erb b/templates/default.erb index 0cc8996..08c3a87 100644 --- a/templates/default.erb +++ b/templates/default.erb @@ -1,7 +1,6 @@ # begin vhost for <%= @fqdn %> > ServerName <%= @fqdn %> - ServerAlias <%= @domain %> DocumentRoot <%= scope.lookupvar('apache::default_folder') %> # begin site config