From: Igor Sysoev Date: Wed, 3 Mar 2010 16:37:57 +0000 (+0000) Subject: add 7z MIME type X-Git-Tag: release-0.8.34~1 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=02b9b087413b1d62ba71453b38842da03c84a99d;p=nginx.git add 7z MIME type --- diff --git a/conf/mime.types b/conf/mime.types index 60a06eab2..efcfede76 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -35,6 +35,7 @@ types { application/vnd.wap.xhtml+xml xhtml; application/vnd.google-earth.kml+xml kml; application/vnd.google-earth.kmz kmz; + application/x-7z-compressed 7z; application/x-cocoa cco; application/x-java-archive-diff jardiff; application/x-java-jnlp-file jnlp;