From e84e47e11d49890c4a4c793ca0ea42a58fb666fd Mon Sep 17 00:00:00 2001
From: Janio Sarmento
Date: Mon, 4 Dec 2023 08:33:42 -0300
Subject: [PATCH 1/3] #151: Fix compile error due to Brotli
---
nginx-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nginx-build.sh b/nginx-build.sh
index b1eeb17..2cfa8df 100755
--- a/nginx-build.sh
+++ b/nginx-build.sh
@@ -611,7 +611,7 @@ _download_brotli() {
echo -ne ' Downloading brotli [..]\r'
{
rm /usr/local/src/ngx_brotli -rf
- git clone --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
+ git clone --recursive --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
cd /usr/local/src/ngx_brotli || exit 1
git submodule update --init
} >>/tmp/nginx-ee.log 2>&1
From e725559e8767c7bee87136327a3df19fff65a648 Mon Sep 17 00:00:00 2001
From: VirtuBox
Date: Sun, 10 Dec 2023 21:01:09 +0100
Subject: [PATCH 2/3] Update README.md
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a183fb5..3e3a0ba 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,7 @@ Automated Nginx compilation from sources with additional modules support
-
-
+
From c8fdfdb77296512ba2c986c6dde6802f21cd0595 Mon Sep 17 00:00:00 2001
From: VirtuBox
Date: Sun, 10 Dec 2023 21:01:49 +0100
Subject: [PATCH 3/3] Update index.md
---
docs/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index 1a72305..78d9d55 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -23,7 +23,7 @@ Automated Nginx compilation from sources with additional modules support
-
+
Features •
Modules •