blob: 695b21f7348650f33b5f2783beb8015babf265ae (
plain) (
tree)
|
|
# 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"
unit 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
|