From 470e2f616e9971c2ff993ade918744cdfb09b70e Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 4 Feb 2019 12:06:53 +0100 Subject: [PATCH] Add charset to nginx-conf --- nginx-conf/default.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;