diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-04-14 07:30:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-14 07:30:28 +0700 |
commit | e182f46165c8092ce614ac967ab6d62683746ec4 (patch) | |
tree | 689430a080b8060f472456db9155e52c03b62791 /network/nginx/README | |
parent | 2a03947f962403b18394957398fcecb8ef6c1625 (diff) |
network/nginx: Updated for version 1.4.7 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nginx/README')
-rw-r--r-- | network/nginx/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/network/nginx/README b/network/nginx/README index 59bfa8093bf3..662ff95511ee 100644 --- a/network/nginx/README +++ b/network/nginx/README @@ -11,5 +11,10 @@ sure they exist on both the build system and the target system. Beginning with version 1.4, the SPDY protocol is supported, however it is not build by default. If you wish to enable it you need to change USE_SPDY variable: - + USE_SPDY=yes ./nginx.SlackBuild + +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: + + USE_GEOIP=yes ./nginx.SlackBuild |