[PATCH] removing encoding so .asc files display properly

Mike McGrath mmcgrath at redhat.com
Mon Jun 8 15:29:30 UTC 2009


This is currently causing issues in Firefox for .asc files
---
 configs/web/fedorahosted.org.conf |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configs/web/fedorahosted.org.conf b/configs/web/fedorahosted.org.conf
index acabb49..3b98214 100644
--- a/configs/web/fedorahosted.org.conf
+++ b/configs/web/fedorahosted.org.conf
@@ -12,6 +12,10 @@ Listen 443
     ServerName fedorahosted.org
     ServerAdmin webmaster at fedoraproject.org
 
+    <Files *.gz.asc>
+        RemoveEncoding .gz
+    </files>
+
     SSLEngine on
     SSLCertificateFile    /etc/httpd/conf.d/fedorahosted.org/hosted.fedoraproject.org.ssl
     SSLCertificateKeyFile /etc/httpd/conf.d/fedorahosted.org/hosted.fedoraproject.org.ssl
-- 
1.5.5.6




More information about the infrastructure mailing list