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