diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-07-12 20:17:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-15 07:33:50 +0700 |
commit | bcc59e77518293786548c120af64c9d7533efcea (patch) | |
tree | 03b375e965966d88401a60d3b586d83db2f1309a /network/nginx/README | |
parent | f9ca2cdc9b696a8742a3a9de44a2fd80f64c00bb (diff) | |
download | slackbuilds-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/README | 7 |
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) |