域名

首页

域名:https://www.zirupay.com
服务器目录:/data/www

简历

域名:https://resume.zirupay.com
服务器目录:/data/resume

资源

域名

https://assets.zirupay.com

服务器目录

/data/assets

规则

  • 该目录下存放静态资源如js,css等资源,资源按项目名/版本号来划分,这样设计的目的是为了能够很快找到项目资源,并且出问题时容易回滚。如:rich项目

    1. /data/assets/rich/0.0.1/index.js
    2. /data/assets/rich/0.0.1/index.css
    3. /data/assets/rich/0.0.2/index.js
    4. /data/assets/rich/0.0.2/index.css
    5. /data/assets/rich/0.0.3/index.js
    6. /data/assets/rich/0.0.3/index.css
    7. /data/assets/rich/0.0.4/index.js
    8. /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

规则