diff options
-rw-r--r-- | auto/summary | 23 | ||||
-rwxr-xr-x | configure | 1 |
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 @@ -150,3 +150,4 @@ NXT_LIB_AUX_LIBS="$NXT_OPENSSL_LIBS $NXT_GNUTLS_LIBS \\ $NXT_PCRE_LIB" . auto/make +. auto/summary |