Commit 64dc2b1b authored by Terence Lee's avatar Terence Lee

set character encoding to utf-8 for now, maybe need to make this configurable

parent a321e6bc
......@@ -15,6 +15,9 @@ http {
gzip_vary on;
gzip_proxied any;
# default to UTF-8 encoding
charset UTF-8;
server_tokens off;
access_log logs/access.log;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment