MIME Type checking is not allowing my website to show.

#1
Refused to apply style from 'http://verify.futurecontrol.org/account/login/?next=/dashboard/' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
?next=/:1 Refused to apply style from 'http://verify.futurecontrol.org/account/login/?next=/dashboard/' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.


I was told I may need to do something like this aswell.

Does any one know how to go about it?


location /static {
alias /var/www/myauth/static;
autoindex off; }
 
Top