File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ ngx-build $force $version \
21
21
--without-http_autoindex_module \
22
22
--without-http_auth_basic_module \
23
23
--without-http_userid_module \
24
- --add-dynamic- module=$root /../ndk-nginx-module \
24
+ --add-module=$root /../ndk-nginx-module \
25
25
--add-module=$root /../echo-nginx-module \
26
- --add-dynamic- module=$root /../lua-nginx-module \
27
- --add-dynamic- module=$root /../set-misc-nginx-module \
28
- --add-dynamic- module=$root \
26
+ --add-module=$root /../lua-nginx-module \
27
+ --add-module=$root /../set-misc-nginx-module \
28
+ --add-module=$root \
29
29
--with-debug
30
30
# --add-module=$home/work/ndk \
31
31
# --without-http_ssi_module # we cannot disable ssi because echo_location_async depends on it (i dunno why?!)
You can’t perform that action at this time.
0 commit comments