]> git.kaiwu.me - nginx.git/commitdiff
fix xhtml mime type
authorIgor Sysoev <igor@sysoev.ru>
Mon, 21 Feb 2011 08:57:02 +0000 (08:57 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 21 Feb 2011 08:57:02 +0000 (08:57 +0000)
thanks to Michael Lustfield
the previous value has been suggested by Konstantin Arkhipov

conf/mime.types

index b64f2277a2b8392de8b439740e02476cf7170553..f750acd7ba07f2bcc186d15ca8725c6ddd889bde 100644 (file)
@@ -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;