]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/templates/default/ports.conf.erb
web: add openstreetmap.com to certificate
[chef.git] / cookbooks / apache / templates / default / ports.conf.erb
index dbb43568f80afc27cfe64c029d964dd0b50808ff..600f07ad1248c45f878cd9904288185aa7ff8637 100644 (file)
@@ -1,17 +1,14 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 # Listen on port 80
-NameVirtualHost *:80
 Listen <%= node[:apache][:listen_address] %>:80
 
 # Listen on port 443 if mod_ssl is enabled
 <IfModule mod_ssl.c>
-    NameVirtualHost *:443
     Listen <%= node[:apache][:listen_address] %>:443
 </IfModule>
 
 # Listen on port 443 if mod_gnutls is enabled
 <IfModule mod_gnutls.c>
-    NameVirtualHost *:443
     Listen <%= node[:apache][:listen_address] %>:443
 </IfModule>