aboutsummaryrefslogtreecommitdiff
path: root/network/nginx/README
diff options
context:
space:
mode:
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 f101fa857e13..9e615363b871 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