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

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


cat << END

Configuration summary:

  unit pid file:             "$NXT_PID"
  unit log file:             "$NXT_LOG"
  unit modules path:         "$NXT_MODULES"
  unit state path:           "$NXT_STATE"

  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