nginx 解决跨域(笔记) 2021-02-05 本文已影响0人 驴不与红鲤鱼 image.png location / { root html; index index.html index.htm; try_files uri/ /index.html; } location /api/ { rewrite ^/b/(.*)1 break; proxy_pass http://IP:端口/; }