码迷,mamicode.com
首页 > Web开发 > 详细

nginx 图片,js,css等文件允许跨域

时间:2019-04-30 12:20:20      阅读:1079      评论:0      收藏:0      [点我收藏+]

标签:head   跨域请求   with   swf   requested   bmp   跨域   code   cat   

 

 

location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico)$ {
   #允许跨域请求
    add_header Access-Control-Allow-Origin *;
    add_header Access-Control-Allow-Headers X-Requested-With;
    add_header Access-Control-Allow-Methods GET,POST,OPTIONS;

    expires 30d;
    access_log off;
  }

 

nginx 图片,js,css等文件允许跨域

标签:head   跨域请求   with   swf   requested   bmp   跨域   code   cat   

原文地址:https://www.cnblogs.com/-mrl/p/10795087.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!