]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-text.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-text.conf
diff --git a/lighttpd/mime-text.conf b/lighttpd/mime-text.conf
new file mode 100644 (file)
index 0000000..99ce9d1
--- /dev/null
@@ -0,0 +1,20 @@
+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",
+       ".rec" => "text/plain; charset=utf-8",
+       ".sql" => "text/plain; charset=utf-8",
+       ".txt" => "text/plain; charset=utf-8",
+       ".url" => "text/uri-list; charset=utf-8",
+       ".vcf" => "text/vcard; charset=utf-8",
+       ".zone" => "text/dns; charset=utf-8",
+       "ls-lR" => "text/plain; charset=utf-8",
+       "README" => "text/plain; charset=utf-8",
+)