Serve HTML files with a UTF-8 charset declaration.

This commit is contained in:
Tom Hughes 2009-03-23 11:21:05 +00:00
parent ce10efd81d
commit 55a10e2a7b

View file

@ -58,7 +58,7 @@ evasive.max-conns-per-ip = 20
mimetype.assign = (
".css" => "text/css",
".gif" => "image/gif",
".html" => "text/html",
".html" => "text/html; charset=utf-8",
".js" => "application/x-javascript",
".png" => "image/png",
".swf" => "application/x-shockwave-flash",