root C:\Users\admin\Desktop\myBlog;
index index.html index.htm index.php;
location /api {
rewrite ^/api/(.*)$ /$1 break;
proxy_pass http://localhost:3000/;
}
转载于:https://my.oschina.net/gaochunzhang/blog/3038660