summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--auto/summary23
-rwxr-xr-xconfigure1
2 files changed, 24 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary
new file mode 100644
index 00000000..cb50ae31
--- /dev/null
+++ b/auto/summary
@@ -0,0 +1,23 @@
+
+# Copyright (C) Igor Sysoev
+# Copyright (C) NGINX, Inc.
+
+
+cat << END
+
+Configuration summary:
+
+ nginext pid file: "$NXT_PID"
+ nginext log file: "$NXT_LOG"
+ nginext modules path: "$NXT_MODULES"
+
+ nginext control API socket: "$NXT_CONTROL"
+
+ non-privileged user: "$NXT_USER"
+ non-privileged group: "$NXT_GROUP"
+
+ IPv6 support: $NXT_INET6
+ Unix domain sockets support: $NXT_UNIX_DOMAIN
+ debug logging: $NXT_DEBUG
+
+END
diff --git a/configure b/configure
index f9009f4f..4933176c 100755
--- a/configure
+++ b/configure
@@ -150,3 +150,4 @@ NXT_LIB_AUX_LIBS="$NXT_OPENSSL_LIBS $NXT_GNUTLS_LIBS \\
$NXT_PCRE_LIB"
. auto/make
+. auto/summary