Specify a charset.
This commit is contained in:
parent
6b9f238e2f
commit
5e161c6ddf
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue