nginx解决浏览器跨域问题

使用nginx反向代理服务

location /visit{ 
    add_header    Access-Control-Allow-Origin *;	
    proxy_pass    http://172.0.0.1:13333/visit_apply;		
}

  

posted @ 2023-11-22 10:30  ch3ny  阅读(30)  评论(0编辑  收藏  举报