nginx加载字体文件的时候报错
Posted BigBao的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx加载字体文件的时候报错相关的知识,希望对你有一定的参考价值。
nginx 下加载配置
location ~* \.(eot|ttf|ttc|otf|eot|woff|woff2|svg)$ {
root /web/static_jr/;
add_header Access-Control-Allow-Origin *;
以上是关于nginx加载字体文件的时候报错的主要内容,如果未能解决你的问题,请参考以下文章
Nginx——nginx修改配置文件重新加载后报错nginx: [error] invalid PID number ““ in “/run/nginx.pid“