summaryrefslogtreecommitdiff
path: root/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf
index a062b6a..ac7cac4 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -1,7 +1,7 @@
server.document-root = "/home/alex/html5ks"
server.port = 8080
mimetype.assign = (
- ".html" => "text/html",
+ ".html" => "text/html; charset=utf-8",
".js" => "text/javascript",
".css" => "text/css",
".txt" => "text/plain",