1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-09-27 13:46:03 +00:00

Merge pull request #52 from joeyates/master

Enable http_auth
This commit is contained in:
Jose Diaz-Gonzalez 2022-08-07 19:08:54 -04:00 committed by GitHub
commit dbbbcc2c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,6 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then
--without-http_ssi_module \ --without-http_ssi_module \
--without-http_userid_module \ --without-http_userid_module \
--without-http_access_module \ --without-http_access_module \
--without-http_auth_basic_module \
--without-http_autoindex_module \ --without-http_autoindex_module \
--without-http_geo_module \ --without-http_geo_module \
--without-http_map_module \ --without-http_map_module \