diff options
author | Maxim Konovalov <maxim@nginx.com> | 2011-11-21 09:20:50 +0000 |
---|---|---|
committer | Maxim Konovalov <maxim@nginx.com> | 2011-11-21 09:20:50 +0000 |
commit | df56c2e23921d0541b2b13d9088d98433ba47d08 (patch) | |
tree | 120ecf5963eb4820b50f5468b4464d3f6fd67424 | |
parent | 1725621e8a86aafb2db836c8581ea6998e118499 (diff) | |
download | nginx-df56c2e23921d0541b2b13d9088d98433ba47d08.tar.gz nginx-df56c2e23921d0541b2b13d9088d98433ba47d08.zip |
svgz extension for compressed SVG added (close #56).
-rw-r--r-- | conf/mime.types | 2 |
1 files changed, 1 insertions, 1 deletions
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; |