]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-text.conf
ca713ffd1c880a3ce38d2db1b097448faaf1606c
[dotfiles.git] / lighttpd / mime-text.conf
1 mimetype.assign += (
2         ".asc" => "text/plain",
3         ".csv" => "text/csv",
4         ".cue" => "text/plain",
5         ".gmi" => "text/gemini; charset=utf-8",
6         ".icf" => "text/calendar; charset=utf-8",
7         ".info" => "text/info; charset=utf-8",
8         ".json" => "application/json; charset=utf-8",
9         ".ldif" => "text/plain; charset=utf-8",
10         ".log" => "text/plain; charset=utf-8",
11         ".md" => "text/markdown; charset=utf-8",
12         ".rec" => "text/plain; charset=utf-8",
13         ".sql" => "text/plain; charset=utf-8",
14         ".txt" => "text/plain; charset=utf-8",
15         ".url" => "text/uri-list; charset=utf-8",
16         ".vcf" => "text/vcard; charset=utf-8",
17         ".yaml" => "text/yaml; charset=utf-8",
18         ".zone" => "text/dns; charset=utf-8",
19         "ls-lR" => "text/plain; charset=utf-8",
20         "README" => "text/plain; charset=utf-8",
21 )