Added configuration summary.

This commit is contained in:
Igor Sysoev
2017-08-26 13:37:44 +03:00
parent 93f7104a65
commit 28efb65ac4
2 changed files with 24 additions and 0 deletions

23
auto/summary Normal file
View File

@@ -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

1
configure vendored
View File

@@ -150,3 +150,4 @@ NXT_LIB_AUX_LIBS="$NXT_OPENSSL_LIBS $NXT_GNUTLS_LIBS \\
$NXT_PCRE_LIB"
. auto/make
. auto/summary