From: Maxim Konovalov Date: Mon, 21 Nov 2011 09:20:50 +0000 (+0000) Subject: svgz extension for compressed SVG added (close #56). X-Git-Tag: release-1.1.9~15 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=df56c2e23921d0541b2b13d9088d98433ba47d08;p=nginx.git svgz extension for compressed SVG added (close #56). --- diff --git a/conf/mime.types b/conf/mime.types index 0c4a00d59..8a218b22a 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -21,7 +21,7 @@ types { image/x-icon ico; image/x-jng jng; image/x-ms-bmp bmp; - image/svg+xml svg; + image/svg+xml svg svgz; image/webp webp; application/java-archive jar war ear;