rename app.vic.yuanjin.net to vic-app.bittic.org

This commit is contained in:
Luk Lu
2021-09-11 14:46:08 +08:00
parent 83c373bcfc
commit e844fd5903
7 changed files with 53 additions and 20 deletions

View File

@@ -5,13 +5,13 @@ module.exports={
production: {
protocol: 'httpall',
host: 'app.vic.yuanjin.net',
host: 'vic-app.bittic.org',
// 如果使用 https 协议,必须填写以下内容,或在命令行参数中设置:
sslType: 'file', // greenlock or file
sslDomainList: ['app.vic.yuanjin.net'],
sslKey: '/etc/letsencrypt/live/server.vic.yuanjin.net/privkey.pem', // ssl key file,
sslCert: '/etc/letsencrypt/live/server.vic.yuanjin.net/fullchain.pem', // ssl cert file,
sslCA: '/etc/letsencrypt/live/server.vic.yuanjin.net/bundle.pem', // ssl ca file,
sslDomainList: ['vic-app.bittic.org'],
sslKey: '/etc/letsencrypt/live/vic-server.bittic.org/privkey.pem', // ssl key file,
sslCert: '/etc/letsencrypt/live/vic-server.bittic.org/fullchain.pem', // ssl cert file,
sslCA: '/etc/letsencrypt/live/vic-server.bittic.org/bundle.pem', // ssl ca file,
},
}