diff options
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 59bfa8093b..662ff95511 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 |