We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0487bd1 + 9520c1f commit 8bd842bCopy full SHA for 8bd842b
docs/modules/ngx_http_concat_cn.md
@@ -100,11 +100,11 @@
100
101
1. 编译concat模块
102
103
- configure [--with-http_concat_module | --with-http_concat_module=shared]
+ configure [--add-module=modules/ngx_http_concat_module | --add-dynamic-module=modules/ngx_http_concat_module]
104
105
- --with-http_concat_module选项,concat模块将被静态编译到tengine中
+ --add-module=modules/ngx_http_concat_module选项,concat模块将被静态编译到tengine中
106
107
- --with-http_concat_module=shared,concat模块将被编译成动态文件,采用动态模块的方式添加到tengine中
+ --add-dynamic-module=modules/ngx_http_concat_module,concat模块将被编译成动态文件,采用动态模块的方式添加到tengine中
108
109
2. 编译,安装
110
0 commit comments