Set default encoding to UTF-8

This commit is contained in:
Julien Quint 2013-06-23 10:01:54 +09:00
parent 458a86c26f
commit d0e622ecc8

View file

@ -31,6 +31,9 @@ http {
# server_names_hash_bucket_size 64;
# server_name_in_redirect off;
# Serve content as UTF-8 by default
charset utf-8;
include /etc/nginx/mime.types;
default_type application/octet-stream;