From 5333ebcb52129501fe89776b5e61c657b13f2fe1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 15 Jun 2015 21:48:40 +0000 Subject: [PATCH] Try and specify readme and header for alt space --- .../httpd/dl.fedoraproject.org/secondary.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf b/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf index a270855209..3da0ba0a7f 100644 --- a/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf +++ b/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf @@ -33,6 +33,22 @@ DocumentRoot /srv/web + + HeaderName HEADER.html + ReadmeName README + Options Indexes FollowSymLinks + + # Apache 2.4 + Require all granted + IndexOptions NameWidth=* FancyIndexing + + + # Apache 2.2 + Order allow,deny + Allow from all + + + ReadmeName /pub/archive/README.html