nginx: enable http_auth_request module
This commit is contained in:
parent
a4b16b757e
commit
51b3115b19
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue