Skip to content

Commit 493e701

Browse files
author
Dexter
committed
no ngx_mongo by default
1 parent d0996bc commit 493e701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ case $DOTYPE in
162162
# Define: modules to install
163163
NGINX_INSTALL_MODULES=(
164164
"ngx_headers_more" "ngx_encrypted_session" "ngx_devel_kit" "ngx_mod_zip"
165-
"ngx_xss" "ngx_echo" "ngx_clojure" "ngx_memc" "ngx_lua" "ngx_pagespeed" "ngx_mongo"
165+
"ngx_xss" "ngx_echo" "ngx_clojure" "ngx_memc" "ngx_lua" "ngx_pagespeed" # - not by default "ngx_mongo"
166166
)
167167
NGINX_LUA_MODULES=("lua_resty_http" "lua_resty_memcached" "lua_resty_jwt" "lua_resty_hmac")
168168
NGINX_CONFIGURE_PARAMS="--with-cc-opt=-Wno-error --with-threads --with-file-aio --with-stream_ssl_module --with-http_ssl_module --with-http_v2_module --with-google_perftools_module "

0 commit comments

Comments
 (0)