diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-15 18:45:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-15 18:45:19 -0300 |
commit | 22a2fbd88a243c09b3ec24d1e899613d46c5f6c9 (patch) | |
tree | 2b0f9a6c63150216cb3726331a5284cf377c97ec | |
parent | b8f24180a8dafaf81db3bdba64900a8c598055e1 (diff) | |
download | puppet-apache-22a2fbd88a243c09b3ec24d1e899613d46c5f6c9.tar.gz puppet-apache-22a2fbd88a243c09b3ec24d1e899613d46c5f6c9.tar.bz2 |
Do not use a ServerAlias on default vhost
-rw-r--r-- | templates/default.erb | 1 |
1 files changed, 0 insertions, 1 deletions
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 %> <VirtualHost *:<%= scope.lookupvar('apache::http_port') %>> ServerName <%= @fqdn %> - ServerAlias <%= @domain %> DocumentRoot <%= scope.lookupvar('apache::default_folder') %> # begin site config |