Skip to content

Commit 8f5cdbd

Browse files
committed
now we require ngx_upstream_keepalive 0.7 and ngx_redis 0.3.6 in our developer build script.
1 parent d1d5186 commit 8f5cdbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ngx-build $force $version \
2222
--without-http_userid_module \
2323
--add-module=$root/../ndk-nginx-module \
2424
--add-module=$root/../set-misc-nginx-module \
25-
--add-module=$home/work/nginx/ngx_http_redis-0.3.5 \
25+
--add-module=$home/work/nginx/ngx_http_redis-0.3.6 \
2626
--add-module=$root/../xss-nginx-module \
2727
--add-module=$root/../redis2-nginx-module \
2828
--add-module=$root/../eval-nginx-module \
@@ -34,6 +34,7 @@ ngx-build $force $version \
3434
--add-module=$root/../drizzle-nginx-module \
3535
--add-module=$root/../postgres-nginx-module \
3636
--add-module=$root/../memc-nginx-module \
37+
--add-module=$home/work/nginx/ngx_http_upstream_keepalive-0.7 \
3738
--with-select_module \
3839
--with-poll_module \
3940
--with-rtsig_module \

0 commit comments

Comments
 (0)