]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-web.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-web.conf
1 mimetype.assign += (
2         ".css" => "text/css; charset=utf-8",
3         ".dtd" => "application/xml-dtd",
4         ".htm" => "text/html",
5         ".html" => "text/html",
6         ".js" => "application/javascript; charset=utf-8",
7         ".wasm" => "application/wasm",
8         ".xhtml" => "application/xhtml+xml",
9 )