target_address => $onion_v4_addr,
}
}
+
+ roles::mirror_health { 'debug':
+ check_hosts => hiera('roles.debug_mirror'),
+ check_service => 'debug',
+ url => 'http://debug.backend.mirrors.debian.org/debian-debug/dists/sid-debug/Release',
+ health_url => 'http://debug.backend.mirrors.debian.org/_health',
+ }
}
RedirectMatch "^/$" /debian-debug/
Alias /debian-debug <%= @archive_root %>
+ Alias /_health /run/dsa-mirror-health-debug/health
+ <Directory /run/dsa-mirror-health-debug/>
+ Require all granted
+ </Directory>
ErrorLog /var/log/apache2/debug.mirrors.debian.org-error.log
CustomLog /var/log/apache2/debug.mirrors.debian.org-access.log privacy