Files
nginx-unit/auto/summary
Igor Sysoev 6b0a3aed22 Style fixes.
2017-09-25 18:04:11 +03:00

25 lines
552 B
Plaintext

# Copyright (C) Igor Sysoev
# Copyright (C) NGINX, Inc.
cat << END
Configuration summary:
unit pid file: "$NXT_PID"
unit log file: "$NXT_LOG"
unit modules path: "$NXT_MODULES"
unit state path: "$NXT_STATE"
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