unit/auto/summary
Max Romanov 5296be0b82 Using disk file to store large request body.
This closes #386 on GitHub.
2020-03-12 17:54:29 +03:00

34 lines
863 B
Text

# 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"
tmp directory: ............. "$NXT_TMP"
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