Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9b1e2bfffdc56b42134678f16057ec0f31823e41)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9b1e2bfffdc56b42134678f16057ec0f31823e41)
  • Date: Wed, 26 Oct 2016 01:24:32 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/nginx/CONFIGURE | 3 +++
http/nginx/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit 9b1e2bfffdc56b42134678f16057ec0f31823e41
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nginx: added http_sub_module

(cherry picked from commit 9accd3ef16d364c6cdc76bb01c83a12526799f4b)

Conflicts:
http/nginx/HISTORY

diff --git a/http/nginx/CONFIGURE b/http/nginx/CONFIGURE
index 9b12675..2e52595 100755
--- a/http/nginx/CONFIGURE
+++ b/http/nginx/CONFIGURE
@@ -20,5 +20,8 @@ else
"--with-http_dav_module" ""
fi &&

+config_query_option NGINX_OPTS "Enable SUB filter module?" n \
+ "--with-http_sub_module" "" &&
+
config_query_option NGINX_OPTS "Enable HTTP Real IP module?" n \
"--with-http_realip_module" ""
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index eaa3e17..a6ac149 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2016-10-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added http_sub_module
+
2015-04-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.2 (stable), 1.7.11 (devel); updated
modules (nginx_http_push_module 0.73, nginx-auth-ldap 0.1,



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (9b1e2bfffdc56b42134678f16057ec0f31823e41), Vlad Glagolev, 10/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page