• 正文概述
  • 源码描述:

    茅台app预约程序可以干什么:有人购买阿里云服务器部署,有人花200元请技术员家里服务器部署有人在别人部署的机器上,搭便车部署有人部署后卖账号给需求者,
    各种现象都有预约抢购,抢到转手卖给黄牛,抢到就是赚到,至少大几百赚。自动新增门店,内置上千家门店数据搭建好添加账号据即可使用。

    搭建教程及环境配置

    环境 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: