Skip to content

Commit 4196172

Browse files
committed
we disable ngx_ssi in our developer build script.
1 parent 71f5271 commit 4196172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ ngx-build $force $version \
4545
--with-select_module \
4646
--with-poll_module \
4747
--with-rtsig_module \
48+
--without-http_ssi_module \
4849
--with-debug
4950
#--add-module=/home/agentz/git/dodo/utils/dodo-hook \
5051
#--add-module=$home/work/ngx_http_auth_request-0.1 #\
5152
#--with-rtsig_module
5253
#--with-cc-opt="-g3 -O0"
5354
#--add-module=$root/../echo-nginx-module \
54-
#--without-http_ssi_module # we cannot disable ssi because echo_location_async depends on it (i dunno why?!)
5555

0 commit comments

Comments
 (0)