nginx-current: disable other modules
This commit is contained in:
parent
c210ca7518
commit
bb7feb3f82
1 changed files with 0 additions and 8 deletions
|
@ -48,10 +48,6 @@ _modules_dir="usr/lib/nginx/modules"
|
|||
|
||||
# Built-in dynamic modules
|
||||
for _mod in \
|
||||
http-image-filter \
|
||||
http-perl \
|
||||
http-xslt-filter \
|
||||
mail \
|
||||
stream
|
||||
do
|
||||
subpackages="$subpackages $pkgname-mod-$_mod:_module"
|
||||
|
@ -108,8 +104,6 @@ build() {
|
|||
--with-http_v2_module \
|
||||
--with-http_realip_module \
|
||||
--with-http_addition_module \
|
||||
--with-http_xslt_module=dynamic \
|
||||
--with-http_image_filter_module=dynamic \
|
||||
--with-http_sub_module \
|
||||
--with-http_flv_module \
|
||||
--with-http_mp4_module \
|
||||
|
@ -121,8 +115,6 @@ build() {
|
|||
--with-http_degradation_module \
|
||||
--with-http_slice_module \
|
||||
--with-http_stub_status_module \
|
||||
--with-http_perl_module=dynamic \
|
||||
--with-mail=dynamic \
|
||||
--with-mail_ssl_module \
|
||||
--with-openssl-opt=enable-ktls \
|
||||
--with-stream=dynamic \
|
||||
|
|
Reference in a new issue