unit/auto/summary

28 lines
646 B
Text
Raw Normal View History

2017-08-26 10:37:44 +00:00
# Copyright (C) Igor Sysoev
# Copyright (C) NGINX, Inc.
cat << END
Configuration summary:
unit bin directory: "$NXT_BINDIR"
unit sbin directory: "$NXT_SBINDIR"
unit modules directory: "$NXT_MODULES"
unit state directory: "$NXT_STATE"
unit pid file: "$NXT_PID"
unit log file: "$NXT_LOG"
2017-08-26 10:37:44 +00:00
2017-09-25 15:04:11 +00:00
unit control API socket: "$NXT_CONTROL"
2017-08-26 10:37:44 +00:00
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