基于bs的手机设备租债管理系统
server { listen 8081;#前台
server_name 127.0.0.1;
location / {
root D:/phone/dist;
index.html;
try_files $uri /index.html;
}
location /api/ {
rewrite ^/api(.*)$ $1 break;
proxy_pass http://127.0.0.1:8088/;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
server { listen 8082;#后台
下载地址
用户评论