Ubuntu/Lighttpd is not serving my UTF-8 encoded files with the correct Content-Type
header. It's sending Content-Type: text/html
rather than Content-Type: text/html; charset=UTF-8
. How do I configure Lighttpd to send the correct headers?
I didn't see any useful settings in the default lighttpd.conf
and am having trouble finding information in the documentation.