summaryrefslogtreecommitdiffstats
path: root/network/nginx/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2017-01-21 07:46:09 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-24 07:23:32 +0700
commit133f25becbbb2f7615662139884fc3c6498319f0 (patch)
tree10cac4633bb242fe39f5232a25830ac91bc1360f /network/nginx/README
parent3ae8d27d60b77eb31f33e3ae888ca6677b14b04b (diff)
downloadslackbuilds-133f25becbbb2f7615662139884fc3c6498319f0.tar.gz
slackbuilds-133f25becbbb2f7615662139884fc3c6498319f0.tar.xz
network/nginx: Updated for version 1.10.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'network/nginx/README')
-rw-r--r--network/nginx/README35
1 files changed, 16 insertions, 19 deletions
diff --git a/network/nginx/README b/network/nginx/README
index bee2a1650b..b67e58fc11 100644
--- a/network/nginx/README
+++ b/network/nginx/README
@@ -1,30 +1,27 @@
-nginx (http/imap/pop3 server and proxy)
+nginx [engine x] is a high-performance HTTP server and reverse proxy
+as well as an IMAP/POP3 proxy server.
-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:
+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.
+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 GEOIP variable to the slackbuild:
+Geoip support is now available as an option using the GeopIP package. If you wish
+to enable GeoIP the pass GEOIP variable to the 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:
+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.
- LIBATOMIC=yes ./nginx.SlackBuild
+ ADDMODULE="/tmp/passenger-release-5.0.13/ext/nginx" ./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.
+Using the optional dynamic loadable module support in nginx >= 1.10.0. Understand
+that dynamic modules are a new feature in nginx and issues may arise until further
+testing is done.
- ADDMODULE="/tmp/passenger-release-5.0.13/ext/nginx" ./nginx.SlackBuild
+ DYNAMIC=yes ./nginx.SlackBuild