summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rw-r--r--auto/options6
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index b7fcc179..bcf9e17a 100644
--- a/auto/options
+++ b/auto/options
@@ -16,6 +16,9 @@ NXT_PREFIX=
NXT_PID="nginext.pid"
NXT_LOG="nginext.log"
+NXT_USER="nobody"
+NXT_GROUP=
+
NXT_DEBUG=NO
NXT_INET6=YES
@@ -62,6 +65,9 @@ do
--pid=*) NXT_PID="$value" ;;
--log=*) NXT_LOG="$value" ;;
+ --user=*) NXT_USER="$value" ;;
+ --group=*) NXT_GROUP="$value" ;;
+
--debug) NXT_DEBUG=YES ;;
--no-ipv6) NXT_INET6=NO ;;