共计 643 个字符,预计需要花费 2 分钟才能阅读完成。
茅台 app 预约程序可以干什么:
有人购买阿里云服务器部署,
有人花 200 元请技术员家里服务器部署
有人在别人部署的机器上,搭便车部署
有人部署后卖账号给需求者,各种现象都有
预约抢购,抢到转手卖给黄牛,抢到就是赚到,至少大几百赚
自动新增门店,内置上千家门店数据搭建好添加账号据即可使用,
下载地址 https://www.123pan.com/s/wdlRVv-B2pMv.html
搭建教程及环境配置
环境 ng 1.2 php 不限制 数据库 mysql5.6 rids 7.23
1:先导入数据库 campus_imaotai-1.0.5.sql
2:新建 php 项目网站上传 dist_1.0.12.tar 文件到根目录解压
3:设置网站运行目录 dist
4,网站配置文件添加下面代码
location / {
root /www/wwwroot/ 修改成你的网站目录 /dist;
try_files $uri $uri/ /index.html;
index index.html index.htm;
}
location /prod-api/ {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:8160/;
}
正文完