域名
首页
域名:https://www.zirupay.com
服务器目录:/data/www
简历
域名:https://resume.zirupay.com
服务器目录:/data/resume
资源
域名
服务器目录
规则
该目录下存放静态资源如js,css等资源,资源按项目名/版本号来划分,这样设计的目的是为了能够很快找到项目资源,并且出问题时容易回滚。如:rich项目
/data/assets/rich/0.0.1/index.js/data/assets/rich/0.0.1/index.css/data/assets/rich/0.0.2/index.js/data/assets/rich/0.0.2/index.css/data/assets/rich/0.0.3/index.js/data/assets/rich/0.0.3/index.css/data/assets/rich/0.0.4/index.js/data/assets/rich/0.0.4/index.css
访问 https://assets.zirupay.com 返回 /data/assets/index/index.html
- 访问 https://assets.zirupay.com/assets/rich/0.0.1/autoViewPort.js 返回 /data/assets/rich/0.0.1/autoViewPort.js
图片
域名:https://images.zirupay.com
服务器目录:/data/images
规则
该目录下存放图片文件,资源按项目名来划分。如:rich项目
/data/images/rich/1.png/data/images/rich/2.png
访问 https://images.zirupay.com 返回 /data/images/index/index.html
- 访问 https://images.zirupay.com/images/jiang/rn1.png 返回 /data/images/jiang/rn1.png
