css和js加载不了

在nginx配置中加入

http {
    include /etc/nginx/mime.types;
    ..........
}

/etc/nginx/mime.types

types {
    text/html                             html htm shtml;
    text/css                              css;
    text/xml                              xml;
    image/gif                             gif;
    image/jpeg                            jpeg jpg;
    application/x-javascript              js;
    application/atom+xml                  atom;
    application/rss+xml                   rss;
    ..........................................
    other types here
    ..........................................
}
posted @ 2019-12-10 09:51  叶冬凌  阅读(520)  评论(0编辑  收藏  举报