标签: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; }
标签:head 跨域请求 with swf requested bmp 跨域 code cat
原文地址:https://www.cnblogs.com/-mrl/p/10795087.html