How do you change the MIME tyes in open litespeed?

#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.


Code:
location /static {     
alias /var/www/myauth/static;     
autoindex off;    }
Does any one know how to go about it?
 
Top