Nginx finds css but doesn't load it into index.html Nginx finds css but doesn't load it into index.html nginx nginx

Nginx finds css but doesn't load it into index.html


I had a similar problem and resolved it by making sure the http block in my nginx.conf was loading the proper mime.types mappings:

http {     include /etc/nginx/mime.types;}


try adding @charset "UTF-8";

at the top of css fileit worked for me. hope it works for you