summaryrefslogtreecommitdiffhomepage
path: root/auto/summary
blob: 695b21f7348650f33b5f2783beb8015babf265ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

# 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