]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-ms.conf
I do not use lighttpd anymore
[dotfiles.git] / lighttpd / mime-ms.conf
diff --git a/lighttpd/mime-ms.conf b/lighttpd/mime-ms.conf
deleted file mode 100644 (file)
index ed0f58b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-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",
-)