listen 9999;
server_name location;
index index.html index.htm index.php;
root /home/financial_management_vs/dist;
location /api {
rewrite ^.+api/?(.*)$ /$1 break;
include uwsgi_params;
proxy_pass 'http://192.168.1.10:9001' ;
}