summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-06-22 00:36:53 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-12-10 05:57:35 -0500
commitf7f57175e4b5437e1ac6a7bb0e131e6fdaf3167d (patch)
treee18aef8f1ff2a130bac116552181b38c75bf7660 /nginx
parentebbf002a731ff536f040c77a8b03e932679b557c (diff)
set charset in Content-Type header for CSS too
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
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;