支持 vhosts 配置参数

This commit is contained in:
luk.lu
2019-10-25 14:05:03 +08:00
parent c3fc3e2c88
commit 3b5ef883f1
2 changed files with 25 additions and 3 deletions

View File

@@ -19,4 +19,8 @@ module.exports={
password: '', // 登录用户密码
key: `${process.env.HOME}/.ssh/id_rsa`, // 登录用户私钥文件
},
vhosts: [
{ webroot: 'dist', webindex: 'index.html', domainList: ['']}
],
}