From: Tollef Fog Heen Date: Sat, 30 Sep 2017 20:18:52 +0000 (+0200) Subject: Correct path to health check status and allow access to it X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f63ad0205f46c06aac465fbf0f9daf5f6edf9e67;p=mirror%2Fdsa-puppet.git Correct path to health check status and allow access to it --- diff --git a/modules/roles/templates/apache-ftp.debian.org.erb b/modules/roles/templates/apache-ftp.debian.org.erb index e9cd92365..73cdb9559 100644 --- a/modules/roles/templates/apache-ftp.debian.org.erb +++ b/modules/roles/templates/apache-ftp.debian.org.erb @@ -17,7 +17,10 @@ RedirectMatch "^/$" /debian/ Alias /debian/ <%= @archive_root %>/ - Alias /_health /run/dsa/mirror-health/ftp.debian.org + Alias /_health /run/dsa-mirror-health-ftp/health + + Require all granted + ErrorLog /var/log/apache2/ftp.debian.org-error.log CustomLog /var/log/apache2/ftp.debian.org-access.log privacy