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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -