]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Do not use a ServerAlias on default vhost
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 May 2016 21:45:19 +0000 (18:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 May 2016 21:45:19 +0000 (18:45 -0300)
templates/default.erb

index 0cc8996d0d1611bb92631a6d3a0af7125736137f..08c3a87eaa0675b9fa717a2f421610edc232ce77 100644 (file)
@@ -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