diff options
author | Francisco Ambrozio <sbo@franciscoambrozio.com> | 2013-06-05 03:08:31 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-05 03:17:30 -0500 |
commit | 19e1367ae0d10682936aa4277bd55ec26186f63a (patch) | |
tree | 24d3f0836fe3de57e0b3f2d4009535416cfb9640 /network/nginx/README | |
parent | 07376a517458c9cd6e7b92147e4c9784926ea408 (diff) |
network/nginx: Updated for version 1.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/nginx/README')
-rw-r--r-- | network/nginx/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/network/nginx/README b/network/nginx/README index 2110d3884409..59bfa8093bf3 100644 --- a/network/nginx/README +++ b/network/nginx/README @@ -4,7 +4,12 @@ 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 + 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. + +Beginning with version 1.4, the SPDY protocol is supported, however it is not +build by default. If you wish to enable it you need to change USE_SPDY variable: + + USE_SPDY=yes ./nginx.SlackBuild |