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