summaryrefslogblamecommitdiffhomepage
path: root/auto/summary
blob: 8541695a12886912e5812bd74b31fd57205bc05d (plain) (tree)
1
2
3
4
5
6
7
8
9








                           

                                              

                                              

                                          
 
                                              








                                                

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


cat << END

Configuration summary:

  unit bin path:                "$NXT_BINDIR"
  unit sbin path:               "$NXT_SBINDIR"
  unit modules path:            "$NXT_MODULES"
  unit state path:              "$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