location ~ /edu/ {
proxy_pass http://localhost:8001;
}
location ~ /user/ {
rewrite /(.+)$ /mock/$1 break;
proxy_pass http://127.0.0.1:9528;
}

location ~ /edu/ {
proxy_pass http://localhost:8001;
}
location ~ /user/ {
rewrite /(.+)$ /mock/$1 break;
proxy_pass http://127.0.0.1:9528;
}