nginx: enable http_auth_request module

This commit is contained in:
Toyam Cox 2023-03-22 01:59:07 -04:00
parent a4b16b757e
commit 51b3115b19

View file

@ -4,7 +4,7 @@
# See comments in mime-types template # See comments in mime-types template
pkgname=nginx pkgname=nginx
version=1.22.1 version=1.22.1
revision=1 revision=2
_tests_commit=18ac4d9e5a2a _tests_commit=18ac4d9e5a2a
_njs_version=0.7.7 _njs_version=0.7.7
create_wrksrc=yes create_wrksrc=yes
@ -29,6 +29,7 @@ configure_args="--prefix=${_cfgdir}
--http-uwsgi-temp-path=${_tmpdir}/uwsgi --http-uwsgi-temp-path=${_tmpdir}/uwsgi
--with-compat --with-compat
--with-file-aio --with-file-aio
--with-http_auth_request_module
--with-http_dav_module --with-http_dav_module
--with-http_gunzip_module --with-http_gunzip_module
--with-http_gzip_static_module --with-http_gzip_static_module