]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-ms.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-ms.conf
diff --git a/lighttpd/mime-ms.conf b/lighttpd/mime-ms.conf
new file mode 100644 (file)
index 0000000..ed0f58b
--- /dev/null
@@ -0,0 +1,14 @@
+mimetype.assign += (
+       ".doc" => "application/msword",
+       ".docx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
+       ".dotx" => "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
+       ".potx" => "application/vnd.openxmlformats-officedocument.presentationml.template",
+       ".ppsx" => "application/vnd.openxmlformats-officedocument.presentationml.slideshow",
+       ".ppt" => "application/vnd.ms-powerpoint",
+       ".pptx" => "application/vnd.openxmlformats-officedocument.presentationml.presentation",
+       ".rtf" => "application/rtf",
+       ".sldx" => "application/vnd.openxmlformats-officedocument.presentationml.slide",
+       ".xls" => "application/vnd.ms-excel",
+       ".xlsx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
+       ".xltx" => "application/vnd.openxmlformats-officedocument.spreadsheetml.template",
+)