summaryrefslogtreecommitdiff
blob: 2eae2c67538fe172f098a6f8c82e5969297e120c (plain)
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
# /etc/conf.d/nginx-unit

# non-privileged processes to run as specified user
#NXT_USER="nobody"

# non-privileged processes to run as specified group
# default: user's primary group
#NXT_GROUP=""

# Address of the Control API Socket
#NXT_CONTROL="unix:/run/nginx-unit.sock"

# PID file
#NXT_PID="/run/nginx-unit.pid"

# Log File Name
#NXT_LOG="/var/log/nginx-unit"

# Modules directory name
#NXT_MODULES="/usr/lib64/nginx-unit"


# State directory name
#NXT_STATE="/var/lib/nginx-unit"

# tmp directory name
#NXT_TMP="/usr/tmp"