nginx跨域

在 conf文件server块里面加上:

add_header 'Access-Control-Allow-Origin' "$http_origin";
add_header 'Access-Control-Allow-Credentials' 'true';
add_header 'Access-Control-Max-Age' 1728000;

 

posted @ 2014-04-14 14:31  ifeixiang  阅读(2800)  评论(0编辑  收藏  举报