]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-text.conf
More media types
[dotfiles.git] / lighttpd / mime-text.conf
index ca713ffd1c880a3ce38d2db1b097448faaf1606c..b01166a456d35851c6fdfb81718b7726949532f2 100644 (file)
@@ -9,8 +9,11 @@ mimetype.assign += (
        ".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",