[PATCH] Adding browsable checksum directory

Mike McGrath mmcgrath at redhat.com
Tue Apr 6 20:13:34 UTC 2010


This was requested in ticket #2050.  Also very low risk and easy to revert.

Can I get 2 +1's?
---
 modules/fedora-web/files/fedora-web.conf |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/fedora-web/files/fedora-web.conf b/modules/fedora-web/files/fedora-web.conf
index a285c1d..a1a3c58 100644
--- a/modules/fedora-web/files/fedora-web.conf
+++ b/modules/fedora-web/files/fedora-web.conf
@@ -11,3 +11,7 @@ AddEncoding gzip .svgz
     mod_gzip_on No
   </IfModule>
 </FilesMatch>
+
+<Location /static/checksums/>
+        Options Indexes
+</Location>
-- 
1.6.6.1



More information about the infrastructure mailing list