summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/options6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index 9aff6e228..7bb93ac74 100644
--- a/auto/options
+++ b/auto/options
@@ -58,6 +58,9 @@ HTTP_REWRITE=YES
HTTP_PROXY=YES
HTTP_FASTCGI=YES
+# STUB
+HTTP_STUB_STATUS=NO
+
IMAP=NO
NGX_MODULES=
@@ -131,6 +134,9 @@ do
--without-http_proxy_module) HTTP_PROXY=NO ;;
--without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
+ # STUB
+ --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
+
--with-imap) IMAP=YES ;;
--with-module=*) NGX_MODULES="$NGX_MODULES $values" ;;