为了账号安全,请及时绑定邮箱和手机立即绑定

nginx解决跨域的配置问题

nginx解决跨域的配置问题

一只斗牛犬 2018-09-23 20:07:07
vue项目 想用nginx解决跨域问题下面问题我知道原因了,现在遇到了新问题,nginx监听8080端口,好把locahost:8080/apis转成别的地址,但是node也在监听8080冲突了怎么办配置:server {    listen       8080;    server_name  localhost;    #charset koi8-r;     #access_log  logs/host.access.log  main;          location /apis{        proxy_pass http://baidu.com;     } }这样配置以后,访问http://localhost:8080/apis会跳到http://localhost:8080/apis#/index 而不是baidu.com怎么办?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1885 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信