summaryrefslogtreecommitdiffstats
path: root/network/nginx/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2015-07-11 05:53:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-11 14:10:55 +0700
commit27542a156c0fc06665e2ff76378603b5dea06b60 (patch)
tree935298ab94085e684ebd823e4cfd303358233fbf /network/nginx/README
parentbc4882ddce2780c7ad38f8c89c3b44748298fefc (diff)
downloadslackbuilds-27542a156c0fc06665e2ff76378603b5dea06b60.tar.gz
slackbuilds-27542a156c0fc06665e2ff76378603b5dea06b60.tar.xz
network/nginx: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nginx/README')
-rw-r--r--network/nginx/README15
1 files changed, 13 insertions, 2 deletions
diff --git a/network/nginx/README b/network/nginx/README
index f101fa857e..9e615363b8 100644
--- a/network/nginx/README
+++ b/network/nginx/README
@@ -10,6 +10,17 @@ 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.
Geoip support is now available as an option using the GeopIP package. If you wish
-to enable GeoIP the pass USE_GEOIP variable to the slackbuild:
+to enable GeoIP the pass GEOIP variable to the slackbuild:
- USE_GEOIP=yes ./nginx.SlackBuild
+ GEOIP=yes ./nginx.SlackBuild
+
+libatomic support is now available as an option using the libatomic_ops package. If
+you wish to enable libatomic then pass LIBATOMIC variable to the slackbuild:
+
+ LIBATOMIC=yes ./nginx.SlackBuild
+
+Extra modules not included with stock nginx can be added by passing them as a
+variable to the slackbuild as a space separated list of full paths to modules.
+List of extra 3rd party modules available at http://wiki.nginx.org/3rdPartyModules.
+
+ ADDMODULE="/tmp/passenger-release-5.0.13/ext/nginx" ./nginx.SlackBuild