jekyll - CSS Files showing up with type text/plain -


i attempting serve static blog (powered jekyll) on ubuntu server css not apply , keep getting issue:

"resource interpreted stylesheet transferred mime type text/plain".  

in source code, however, explicitly list these files "text/css". ideas on how solve this?

this nginx issue. needed place

include /etc/nginx/mime.types; 

in "location /" block.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -