Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9accd3ef16d364c6cdc76bb01c83a12526799f4b)

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 master grimoire by Vlad Glagolev (9accd3ef16d364c6cdc76bb01c83a12526799f4b)
  • Date: Wed, 26 Oct 2016 01:24:32 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

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

nginx: added http_sub_module

diff --git a/http/nginx/CONFIGURE b/http/nginx/CONFIGURE
index c8df626..1219feb 100755
--- a/http/nginx/CONFIGURE
+++ b/http/nginx/CONFIGURE
@@ -24,6 +24,9 @@ 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 73d60ba..3cf28fc 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
+
2016-10-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated stable to 1.10.2




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

Archive powered by MHonArc 2.6.24.

Top of Page