Skip to content

Commit 8bd842b

Browse files
authored
Merge pull request #1559 from brlin-tw/patch/docs/modules/fix-concat-installation
Fix outdated http_concat module installation documentation
2 parents 0487bd1 + 9520c1f commit 8bd842b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/modules/ngx_http_concat_cn.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100

101101
1. 编译concat模块
102102

103-
configure [--with-http_concat_module | --with-http_concat_module=shared]
103+
configure [--add-module=modules/ngx_http_concat_module | --add-dynamic-module=modules/ngx_http_concat_module]
104104

105-
--with-http_concat_module选项,concat模块将被静态编译到tengine中
105+
--add-module=modules/ngx_http_concat_module选项,concat模块将被静态编译到tengine中
106106

107-
--with-http_concat_module=shared,concat模块将被编译成动态文件,采用动态模块的方式添加到tengine中
107+
--add-dynamic-module=modules/ngx_http_concat_module,concat模块将被编译成动态文件,采用动态模块的方式添加到tengine中
108108

109109
2. 编译,安装
110110

0 commit comments

Comments
 (0)