From a4ef8efc4193cf2e2eec67881a9edfa43bc23a3e Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64lebuilder0 Date: Thu, 9 Apr 2020 02:30:16 +0200 Subject: [PATCH] nginx add slice and http_auth module building Signed-off-by: webbuilder_pel7ppc64lebuilder0 --- SPECS/nginx.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SPECS/nginx.spec b/SPECS/nginx.spec index 1f11e79..a714346 100755 --- a/SPECS/nginx.spec +++ b/SPECS/nginx.spec @@ -131,6 +131,8 @@ export DESTDIR=%{buildroot} --with-stream_realip_module \ --with-stream_ssl_module \ --with-stream_ssl_preread_module \ + --with-http_slice_module \ + --with-http_auth_request_module \ --add-module=nginx-accesskey-2.0.5 \ --add-module=ngx_slowfs_cache-1.10 \ --add-module=ngx_cache_purge-2.5 \