Send .asc types with a more useful MIME type.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 14 Sep 2008 23:02:55 +0000 (23:02 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 14 Sep 2008 23:02:55 +0000 (23:02 +0000)
.htaccess

index 414a7022fd6a895a1d286d480894bd316a3fce2d..13f245159e2c70b3b0c99c7e425a64e24680c192 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -16,3 +16,7 @@ ForceType application/binary
 <Files *.sha1>
 ForceType application/binary
 </Files>
+
+<Files *.asc>
+ForceType application/binary
+</Files>