From 66b91f18e43049f2269a8eac432bd7ad8fae3ba6 Mon Sep 17 00:00:00 2001 From: Joe Yates Date: Tue, 28 Dec 2021 20:45:30 +0100 Subject: [PATCH] Enable http_auth --- bin/compile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/compile b/bin/compile index ca71057..8105093 100755 --- a/bin/compile +++ b/bin/compile @@ -94,7 +94,6 @@ if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then --without-http_ssi_module \ --without-http_userid_module \ --without-http_access_module \ - --without-http_auth_basic_module \ --without-http_autoindex_module \ --without-http_geo_module \ --without-http_map_module \