📅  最后修改于: 2022-03-11 14:55:43.410000             🧑  作者: Mango
location /foo {
rewrite /foo/(.*) /$1 break;
proxy_pass http://localhost:3200;
proxy_redirect off;
proxy_set_header Host $host;
}