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' ;
}
niginx,前端反向代理
最新推荐文章于 2023-11-01 18:17:44 发布