]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-web.conf
I do not use lighttpd anymore
[dotfiles.git] / lighttpd / mime-web.conf
diff --git a/lighttpd/mime-web.conf b/lighttpd/mime-web.conf
deleted file mode 100644 (file)
index aa9fa11..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-mimetype.assign += (
-       ".css" => "text/css; charset=utf-8",
-       ".dtd" => "application/xml-dtd",
-       ".htm" => "text/html",
-       ".html" => "text/html",
-       ".js" => "application/javascript; charset=utf-8",
-       ".wasm" => "application/wasm",
-       ".xhtml" => "application/xhtml+xml",
-)