Nginx允许跨域设置

Nginx允许跨域设置

一、配置

add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Methods GET,POST,OPTIONS;
add_header Access-Control-Allow-Headers X-Requested-With;

二、截图

三、生效

/usr/local/nginx/sbin/nginx -t

pkill -HUP nginx

1 COMMENT

云知梦-强哥

亲测有效,希望对大家有用.

发表评论

邮箱地址不会被公开。 必填项已用*标注

晋公网安备14010902000157号   晋ICP备14001940号-4