]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-text.conf
I do not use lighttpd anymore
[dotfiles.git] / lighttpd / mime-text.conf
diff --git a/lighttpd/mime-text.conf b/lighttpd/mime-text.conf
deleted file mode 100644 (file)
index b01166a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-mimetype.assign += (
-       ".asc" => "text/plain",
-       ".csv" => "text/csv",
-       ".cue" => "text/plain",
-       ".gmi" => "text/gemini; charset=utf-8",
-       ".icf" => "text/calendar; charset=utf-8",
-       ".info" => "text/info; charset=utf-8",
-       ".json" => "application/json; charset=utf-8",
-       ".ldif" => "text/plain; charset=utf-8",
-       ".log" => "text/plain; charset=utf-8",
-       ".md" => "text/markdown; charset=utf-8",
-       ".pod" => "text/x-pod; charset=utf-8",
-       ".readme" => "text/plain; charset=utf-8",
-       ".rec" => "text/plain; charset=utf-8",
-       ".sql" => "text/plain; charset=utf-8",
-       ".tex" => "application/x-tex",
-       ".txt" => "text/plain; charset=utf-8",
-       ".url" => "text/uri-list; charset=utf-8",
-       ".vcf" => "text/vcard; charset=utf-8",
-       ".yaml" => "text/yaml; charset=utf-8",
-       ".zone" => "text/dns; charset=utf-8",
-       "ls-lR" => "text/plain; charset=utf-8",
-       "README" => "text/plain; charset=utf-8",
-)