As debug.mirrors.d.o gets checked by the health checker, explicitly listen on localhost
authorPeter Palfrader <peter@palfrader.org>
Sun, 22 Sep 2019 11:28:14 +0000 (13:28 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 22 Sep 2019 11:28:14 +0000 (13:28 +0200)
modules/roles/templates/apache-debug.mirrors.debian.org.erb

index 1ac6c65..1941626 100644 (file)
@@ -3,7 +3,7 @@
 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 ##
 
-<VirtualHost <%= @vhost_listen %> >
+<VirtualHost <%= @vhost_listen %> 127.0.0.1:80 [::1]:80 >
        ServerAdmin debian-admin@debian.org
        ServerName debug.mirrors.debian.org
        <% if scope.function_onion_global_service_hostname(['debug.mirrors.debian.org']) -%>