projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c64af
)
Correct path to health check status and allow access to it
author
Tollef Fog Heen
<tfheen@err.no>
Sat, 30 Sep 2017 20:18:52 +0000
(22:18 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Sat, 30 Sep 2017 20:18:52 +0000
(22:18 +0200)
modules/roles/templates/apache-ftp.debian.org.erb
patch
|
blob
|
history
diff --git
a/modules/roles/templates/apache-ftp.debian.org.erb
b/modules/roles/templates/apache-ftp.debian.org.erb
index
e9cd923
..
73cdb95
100644
(file)
--- 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
+ <Directory /run/dsa-mirror-health-ftp/>
+ Require all granted
+ </Directory>
ErrorLog /var/log/apache2/ftp.debian.org-error.log
CustomLog /var/log/apache2/ftp.debian.org-access.log privacy