Serve HTML files with a UTF-8 charset declaration.
This commit is contained in:
parent
ce10efd81d
commit
55a10e2a7b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue