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
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-21 15:05:30 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-08-21 15:05:30 +0400
commit293ba66ebaeeea50a855c0941c5cac4cf705dc89 (patch)
treecd7a5a43624f2169b07f11c6a84458df0e967655 /conf
parent45d056a7887eaea0544bb93e911b05467e773b08 (diff)
add svg mime type
Diffstat (limited to 'conf')
-rw-r--r--conf/mime.types1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/mime.types b/conf/mime.types
index f1714338b..3031cf6d7 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -20,6 +20,7 @@ types {
image/x-icon ico;
image/x-jng jng;
image/x-ms-bmp bmp;
+ image/svg+xml svg;
application/java-archive jar war ear;
application/mac-binhex40 hqx;