summaryrefslogtreecommitdiffhomepage
path: root/auto/summary
blob: ce6b42db0531d97276e6f112bd35b652754b9e74 (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
28
29

# Copyright (C) Igor Sysoev
# Copyright (C) NGINX, Inc.


cat << END

Configuration summary:

  unit bin directory:           "$NXT_BINDIR"
  unit sbin directory:          "$NXT_SBINDIR"
  unit lib directory:           "$NXT_LIBDIR"
  unit include directory:       "$NXT_INCDIR"
  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