set charset in Content-Type header for CSS too

This commit is contained in:
Daniel Micay 2021-06-22 00:36:53 -04:00
parent ebbf002a73
commit f7f57175e4

View File

@ -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;