Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 Ubuntu 服务器上提供我的静态博客(由 jekyll 提供支持),但 CSS 不适用,我不断遇到问题:
"Resource interpreted as Stylesheet but transferred with MIME type text/plain".
然而,在源代码中,我明确列出这些文件是“text/css”。关于如何解决这个问题的任何想法?
这是一个 Nginx 问题。我需要放置
include /etc/nginx/mime.types;
在“位置/”块中。
检查您是否设置了“rel='stylesheet' 属性。