diff options
author | Max Miorim <miorimmax@gmail.com> | 2010-06-14 01:35:07 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-14 03:18:19 -0500 |
commit | 92c7ecbb2f68716e7003e1f4e87d3199775f40ed (patch) | |
tree | 0c56eb31e24035f2f8ca837f3e7b9d93012da4c7 /network/nginx/README | |
parent | be790d7cf8685474b215434e8a65a650a05e3e68 (diff) | |
download | slackbuilds-92c7ecbb2f68716e7003e1f4e87d3199775f40ed.tar.gz |
network/nginx: Added (http server and reverse proxy)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/nginx/README')
-rw-r--r-- | network/nginx/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/nginx/README b/network/nginx/README new file mode 100644 index 0000000000..e148206644 --- /dev/null +++ b/network/nginx/README @@ -0,0 +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. |