How to enable correct charset HTTP-header in NGINX

Adding charset utf-8; is pretty much everything you need to do. Are sure that you didn’t forget to reload nginx after you changed the configuration file? Besides at the moment of writing, curl -I http://vorb.de/ returns the following result: HTTP/1.1 200 OK Server: nginx/0.7.67 Date: Fri, 16 Sep 2011 13:20:03 GMT Content-Type: text/html; charset=utf-8 Content-Length: … Read more