Nginx Access Control Allow Origin

当静态资源文件和主站域名不一样时,字体文件之类的会爆如下错误:

Font from origin 'http://www.typenter.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.kernelstudio.com' is therefore not allowed access.

Nginx 解决办法:

将这段代码添加到 http{} 或者 server{} 中, 域名也可以进行通配  *.kernelstudio.com

No Comments