summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
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;