From b1802fae048c302857e84636340bcc66447cbba8 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 22 Mar 2023 01:59:07 -0400 Subject: [PATCH] nginx: enable http_auth_request module --- srcpkgs/nginx/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index a4fd2bca1e34..0d082a042222 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -4,7 +4,7 @@ # See comments in mime-types template pkgname=nginx version=1.22.1 -revision=1 +revision=2 _tests_commit=18ac4d9e5a2a _njs_version=0.7.7 create_wrksrc=yes @@ -29,6 +29,7 @@ configure_args="--prefix=${_cfgdir} --http-uwsgi-temp-path=${_tmpdir}/uwsgi --with-compat --with-file-aio + --with-http_auth_request_module --with-http_dav_module --with-http_gunzip_module --with-http_gzip_static_module