diff --git a/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf b/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf
index 3475a2a9ef..8adff7de1a 100644
--- a/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf
+++ b/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf
@@ -2,6 +2,20 @@ Alias /pub /srv/pub
DocumentRoot /srv/web
+
+ HeaderName /HEADER.html
+ ReadmeName /FOOTER.html
+ Options Indexes FollowSymLinks
+
+ # Apache 2.4
+ Require all granted
+
+
+ # Apache 2.2
+ Order allow,deny
+ Allow from all
+
+
HeaderName /HEADER.html