From d574410f96dbd8f65ef6ac9627f43fdc338561a6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 10 Jul 2014 20:28:12 +0000 Subject: [PATCH] Fix indexing to show full filename. Ticket 4446 --- roles/download/files/httpd/dl.fedoraproject.org/secondary.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf b/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf index 8adff7de1a..a270855209 100644 --- a/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf +++ b/roles/download/files/httpd/dl.fedoraproject.org/secondary.conf @@ -24,6 +24,7 @@ DocumentRoot /srv/web # Apache 2.4 Require all granted + IndexOptions NameWidth=* FancyIndexing # Apache 2.2 @@ -37,6 +38,7 @@ DocumentRoot /srv/web # Apache 2.4 Require all granted + IndexOptions NameWidth=* FancyIndexing # Apache 2.2