diff options
Diffstat (limited to 'auto')
-rw-r--r-- | auto/summary | 23 |
1 files changed, 23 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 |