且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

nginx 无法识别 css 和图像:资源被解释为样式表,但使用 MIME 类型 text/html 传输

更新时间:2021-08-23 21:28:42

我认为它可以解决您的问题.

I think that it can solve your problem.

location ~ \.css {
    add_header  Content-Type    text/css;
}
location ~ \.js {
    add_header  Content-Type    application/x-javascript;
}