diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-06-22 00:36:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-10 05:57:35 -0500 |
| commit | f7f57175e4b5437e1ac6a7bb0e131e6fdaf3167d (patch) | |
| tree | e18aef8f1ff2a130bac116552181b38c75bf7660 /nginx/nginx.conf | |
| parent | ebbf002a731ff536f040c77a8b03e932679b557c (diff) | |
set charset in Content-Type header for CSS too
Diffstat (limited to 'nginx/nginx.conf')
| -rw-r--r-- | nginx/nginx.conf | 1 |
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; |
