[PATCH] removing encoding so .asc files display properly

Matt_Domsch at Dell.com Matt_Domsch at Dell.com
Mon Jun 8 15:35:24 UTC 2009


+1 to the idea; I trust the implementation is correct. :-)

--
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux


-----Original Message-----
From: fedora-infrastructure-list-bounces at redhat.com
[mailto:fedora-infrastructure-list-bounces at redhat.com] On Behalf Of Mike
McGrath
Sent: Monday, June 08, 2009 10:30 AM
To: fedora-infrastructure-list at redhat.com
Subject: [PATCH] removing encoding so .asc files display properly

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

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list at redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list




More information about the infrastructure mailing list