Nginx 反向代理解决跨域 发表于 2019-08-26 | 更新于: 2022-12-25 1234location /api/ { rewrite ^/api/(.*)$ /$1 break; proxy_pass http://bbb.com:3000/;}