summaryrefslogtreecommitdiffhomepage
path: root/auto/summary
blob: 59267f6c32a3a1d82fc53fca5031afaf8488d7f5 (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
30
31
32
33

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


cat << END

Unit configuration summary:

  bin directory: ............. "$NXT_BINDIR"
  sbin directory: ............ "$NXT_SBINDIR"
  lib directory: ............. "$NXT_LIBDIR"
  include directory: ......... "$NXT_INCDIR"
  modules directory: ......... "$NXT_MODULES"
  state directory: ........... "$NXT_STATE"

  pid file: .................. "$NXT_PID"
  log file: .................. "$NXT_LOG"

  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
  TLS support: ............... $NXT_OPENSSL

  process isolation: ......... $NXT_ISOLATION

  debug logging: ............. $NXT_DEBUG

END