summaryrefslogtreecommitdiffstats
path: root/network/nginx/README
diff options
context:
space:
mode:
author Cherife Li <cherife@dotimes.com>2010-05-11 22:25:37 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:25:37 +0200
commita465eaef6a76aaec423e44762e85e00574ee6626 (patch)
tree522a8760594870a2742293900c928b9de8f0ca4f /network/nginx/README
parent50563136678da4de28acbd7599c4bf6e516adef9 (diff)
downloadslackbuilds-a465eaef6a76aaec423e44762e85e00574ee6626.tar.gz
slackbuilds-a465eaef6a76aaec423e44762e85e00574ee6626.tar.xz
network/nginx: Updated for version 0.7.5
Diffstat (limited to 'network/nginx/README')
-rw-r--r--network/nginx/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/nginx/README b/network/nginx/README
index 5b1c8f1e45..e148206644 100644
--- a/network/nginx/README
+++ b/network/nginx/README
@@ -1,2 +1,10 @@
nginx [engine x] is a high-performance HTTP server and reverse proxy
as well as an IMAP/POP3 proxy server.
+
+By default, nginx will use the "nobody" user and group accounts. You may
+specify alternate values on the command line if desired; for example:
+
+ NGINXUSER=backup NGINXGROUP=backup ./nginx.SlackBuild
+
+Regardless of which user and group you decide to use, you will need to make
+sure they exist on both the build system and the target system.