From f7f57175e4b5437e1ac6a7bb0e131e6fdaf3167d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 22 Jun 2021 00:36:53 -0400 Subject: [PATCH] set charset in Content-Type header for CSS too --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index c134b235..22960619 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -14,6 +14,7 @@ http { default_type application/octet-stream; charset utf-8; + charset_types text/css text/plain text/xml application/atom+xml application/javascript; sendfile on; sendfile_max_chunk 512k;