diff --git a/src/mime_types.rs b/src/mime_types.rs index a31d441..0ba73d0 100644 --- a/src/mime_types.rs +++ b/src/mime_types.rs @@ -450,7 +450,7 @@ pub static MIME_TYPES: &[(&str, &[&str])] = &[ ("gv", &["text/vnd.graphviz"]), ("gxf", &["application/gxf"]), ("gxt", &["application/vnd.geonext"]), - ("gz", &["application/gzip"]), + ("gz", &["application/gzip", "application/x-gzip"]), ("h", &["text/plain"]), ("h261", &["video/h261"]), ("h263", &["video/h263"]),