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