Skip to content

Commit 1e72641

Browse files
committed
添加node应用业务模块挂载配置
1 parent 37a4887 commit 1e72641

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
ServerAlias: String
4242
// 站点根目录,如:/data/wwwroot
4343
DocumentRoot: String
44+
// Node应用业务模块
45+
NodeModules: {
46+
// 业务模块部署根目录
47+
root: String
48+
// 业务模块别名,用于软链
49+
// ln -s ${NodeModules.root} ${NODE_SERVER_ROOT}/app/${NodeModules.alias}
50+
alias: String
51+
}
4452
// 模板引擎,如:ejs
4553
TemplateEngine: String
4654
// 服务日志,未实现

0 commit comments

Comments
 (0)