summaryrefslogtreecommitdiffstats
path: root/network/nginx/README
diff options
context:
space:
mode:
author Larry Hajali2017-07-13 05:17:58 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:33:50 +0200
commitbcc59e77518293786548c120af64c9d7533efcea (patch)
tree03b375e965966d88401a60d3b586d83db2f1309a /network/nginx/README
parentf9ca2cdc9b696a8742a3a9de44a2fd80f64c00bb (diff)
downloadslackbuilds-bcc59e77518293786548c120af64c9d7533efcea.tar.gz
network/nginx: Updated for version 1.12.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'network/nginx/README')
-rw-r--r--network/nginx/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/nginx/README b/network/nginx/README
index b67e58fc11..74a77e254d 100644
--- a/network/nginx/README
+++ b/network/nginx/README
@@ -14,6 +14,11 @@ to enable GeoIP the pass GEOIP variable to the slackbuild:
GEOIP=yes ./nginx.SlackBuild
+Support for gperftools is available as an option using the gperftools package.
+If you wish to enable gperftools pass the GPERF variable to the slackbuild:
+
+ GPERF=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.
@@ -25,3 +30,5 @@ that dynamic modules are a new feature in nginx and issues may arise until furth
testing is done.
DYNAMIC=yes ./nginx.SlackBuild
+
+Optional dependency: libwebp (requires gd to be recompiled)