Send .asc types with a more useful MIME type.
[openssl-web.git] / .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>