xref: /unit/auto/summary (revision 329:5940343f2a4a)
1
2# Copyright (C) Igor Sysoev
3# Copyright (C) NGINX, Inc.
4
5
6cat << END
7
8Configuration summary:
9
10  unit pid file:                "$NXT_PID"
11  unit log file:                "$NXT_LOG"
12  unit modules path:            "$NXT_MODULES"
13  unit state path:              "$NXT_STATE"
14
15  unit control API socket:      "$NXT_CONTROL"
16
17  non-privileged user:          "$NXT_USER"
18  non-privileged group:         "$NXT_GROUP"
19
20  IPv6 support:                 $NXT_INET6
21  Unix domain sockets support:  $NXT_UNIX_DOMAIN
22  debug logging:                $NXT_DEBUG
23
24END
25