支持 vhosts 配置参数
This commit is contained in:
@@ -19,4 +19,8 @@ module.exports={
|
||||
password: '', // 登录用户密码
|
||||
key: `${process.env.HOME}/.ssh/id_rsa`, // 登录用户私钥文件
|
||||
},
|
||||
|
||||
vhosts: [
|
||||
{ webroot: 'dist', webindex: 'index.html', domainList: ['']}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user