We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0996bc commit 493e701Copy full SHA for 493e701
install.sh
@@ -162,7 +162,7 @@ case $DOTYPE in
162
# Define: modules to install
163
NGINX_INSTALL_MODULES=(
164
"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"
+ "ngx_xss" "ngx_echo" "ngx_clojure" "ngx_memc" "ngx_lua" "ngx_pagespeed" # - not by default "ngx_mongo"
166
)
167
NGINX_LUA_MODULES=("lua_resty_http" "lua_resty_memcached" "lua_resty_jwt" "lua_resty_hmac")
168
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