diff --git a/nginx-default.conf b/nginx-default.conf index 3ec0a78..a1ad5d1 100644 --- a/nginx-default.conf +++ b/nginx-default.conf @@ -19,6 +19,10 @@ server { index index.html index.htm; } + # https://gtmetrix.com/specify-a-character-set-early.html + # https://www.cyberciti.biz/faq/nginx-set-http-content-type-response-header-to-charset-utf8/ + charset UTF-8; + #Caching (save html pages for 7 days, rest as long as possible, no caching on frontpage) expires $expires;