From f7a9510402372e0e890bf766fac92a96d9615a46 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 16 Jul 2014 12:46:32 +0200 Subject: [PATCH] add application/gzip (as other application/x-gzip) --- src/sampleconf/mimeconf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf index 58129f17..d53e27d8 100644 --- a/src/sampleconf/mimeconf +++ b/src/sampleconf/mimeconf @@ -26,6 +26,7 @@ # # The script (ie: rcluncomp) must output the uncompressed file name on # stdout. +application/gzip = uncompress rcluncomp gunzip %f %t application/x-gzip = uncompress rcluncomp gunzip %f %t application/x-compress = uncompress rcluncomp gunzip %f %t application/x-bzip2 = uncompress rcluncomp bunzip2 %f %t