nginx 解决跨域(笔记)

2021-02-05  本文已影响0人  驴不与红鲤鱼
image.png
location / {
root html;
index index.html index.htm;
try_files uriuri/ /index.html;
}
location /api/ {
rewrite ^/b/(.*)/1 break;
proxy_pass http://IP:端口/;
}
上一篇 下一篇

猜你喜欢

热点阅读