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>2011-02-21 11:57:02 +0300
committerIgor Sysoev <igor@sysoev.ru>2011-02-21 11:57:02 +0300
commit3e1a13d1d877cce97eda7b600d0d32ad2855383e (patch)
treedaf961b6a69ac6dcee246d1689e7626dee21b566 /conf
parentd53c836214d7fe60963b069e49dd903f9e4078c1 (diff)
fix xhtml mime type
thanks to Michael Lustfield the previous value has been suggested by Konstantin Arkhipov
Diffstat (limited to 'conf')
-rw-r--r--conf/mime.types2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/mime.types b/conf/mime.types
index b64f2277a..f750acd7b 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -32,7 +32,6 @@ types {
application/vnd.ms-excel xls;
application/vnd.ms-powerpoint ppt;
application/vnd.wap.wmlc wmlc;
- application/vnd.wap.xhtml+xml xhtml;
application/vnd.google-earth.kml+xml kml;
application/vnd.google-earth.kmz kmz;
application/x-7z-compressed 7z;
@@ -50,6 +49,7 @@ types {
application/x-tcl tcl tk;
application/x-x509-ca-cert der pem crt;
application/x-xpinstall xpi;
+ application/xhtml+xml xhtml;
application/zip zip;
application/octet-stream bin exe dll;