Nginx fails to load css files
问题 I\'ve recently decided to switch from Apache2 to Nginx. I installed Nginx on my CentOS server and setup a basic configuration. When I tried to load my site in browser (FF/Chrome) I noticed that css file is not loaded. I checked the error console and saw this message: Error: The stylesheet http://example.com/style.css was not loaded because its MIME type, \"text/html\", is not \"text/css\". I checked Nginx configuration and everything seems to be fine: http { include /etc/nginx/mime.types; ...