Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@nginx.com>2011-11-21 13:20:50 +0400
committerMaxim Konovalov <maxim@nginx.com>2011-11-21 13:20:50 +0400
commitdf56c2e23921d0541b2b13d9088d98433ba47d08 (patch)
tree120ecf5963eb4820b50f5468b4464d3f6fd67424 /conf/mime.types
parent1725621e8a86aafb2db836c8581ea6998e118499 (diff)
svgz extension for compressed SVG added (close #56).
Diffstat (limited to 'conf/mime.types')
-rw-r--r--conf/mime.types2
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;