Specify a charset.

This commit is contained in:
ram 2011-11-22 18:15:33 +05:30
parent 6b9f238e2f
commit 5e161c6ddf
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ http {
# Path for static files
root /sites/example.com/public;
#Specify a charset
charset utf-8;
# Custom 404 page
error_page 404 /404.html;