diff --git a/nginx-conf/default.conf b/nginx-conf/default.conf index 325a369..6c764d4 100644 --- a/nginx-conf/default.conf +++ b/nginx-conf/default.conf @@ -1,7 +1,8 @@ server { listen 80; server_name localhost; - sendfile off; + sendfile off; + charset utf-8; access_log /dev/stdout combined;