set charset in Content-Type header for CSS too

This commit is contained in:
Daniel Micay 2021-12-10 05:55:59 -05:00
parent 525e5f5e9d
commit 548554be39

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 + AIO is buggy without fixes from nginx master
#sendfile on;