From bb7feb3f8242ad747fbc7197170cf61eaa8c8821 Mon Sep 17 00:00:00 2001 From: psykose Date: Fri, 24 Jun 2022 01:55:51 +0000 Subject: [PATCH] nginx-current: disable other modules --- nginx-current/APKBUILD | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nginx-current/APKBUILD b/nginx-current/APKBUILD index 446b3aa..2d36d4c 100644 --- a/nginx-current/APKBUILD +++ b/nginx-current/APKBUILD @@ -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 \