Nginx代理转发解决跨域

修改配置文件

    location /api/ {
        default_type    application/json;
        proxy_pass http://fmis.ytzn123.com/;
    }

第一行"/api/"是前端打包的接口地址
第三行http://fmis.ytzn123.com/是需要代理转发最终的接口地址
根据自己实际情况替换,注意转发最终的接口地址后面要带上/

Pasa吴技术博客
请先登录后发表评论
  • latest comments
  • 总共0条评论