From 55a10e2a7bd4fb80859caf4e99001e37dfe6e962 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 23 Mar 2009 11:21:05 +0000 Subject: [PATCH] Serve HTML files with a UTF-8 charset declaration. --- config/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lighttpd.conf b/config/lighttpd.conf index 5cc3134b5..419f25e32 100644 --- a/config/lighttpd.conf +++ b/config/lighttpd.conf @@ -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", -- 2.43.2