由于目前个人域名已经备案了,而且因为小程序也买了国内的服务器,因此顺便把海外的服务器裁撤了。这里简单对过程记录了一下,(目前已经基本完成了迁移,迁移后已经把所有流程整理为脚本自动化,oh yeah!)
source <(curl -s https://raw.githubusercontent.com/bihe0832/Settings-Tools/master/webInit/install.sh)
MyWeb:个人常用web相关资源收集
MultiQrcode:浏览器组件
QrcodeSign:扫码登陆
WechatAPI:微信公共账号
readhub-server
Shakeba
we
Show
vampire-wechat
demo.bihe0832.com
以一个普通站和一个https站为例
目录结构
├── nginx-conf:nginx配置
│ ├── fastcgi.conf
│ ├── fastcgi.conf.default
│ ├── fastcgi_params
│ ├── fastcgi_params.default
│ ├── koi-utf
│ ├── koi-win
│ ├── mime.types
│ ├── mime.types.default
│ ├── nginx.conf
│ ├── nginx.conf.default
│ ├── scgi_params
│ ├── scgi_params.default
│ ├── sites-enabled
│ │ ├── game.bihe0832.com
│ │ ├── microdemo.bihe0832.com
│ │ ├── microdemotest.bihe0832.com
│ │ ├── readhub.bihe0832.com
│ │ ├── shakeba.bihe0832.com
│ │ ├── show.bihe0832.com
│ │ ├── ………
│ │ ├── we.bihe0832.com
│ │ └── wxapp.bihe0832.com
│ ├── uwsgi_params
│ ├── uwsgi_params
│ ├── uwsgi_params.default
│ └── win-utf
└── shell:搭建脚本(所有shell的参数都是服务器web目录)
├── conf.sh:重置nginx配置并重启
├── env.sh:服务器环境安装
├── init.sh:所有web代码首次部署
└── update.sh:所有web代码更新