diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2018-06-19 11:10:20 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-21 16:04:29 +0200 |
commit | c020ffdab8fe3025acc11973e3e782f460b604ce (patch) | |
tree | 27a968353149a09fba978fb61a11a9b8c8028486 /profiles/desc/nginx_modules_stream.desc | |
parent | dev-lisp/clisp: Bump version to 2.49.92 (diff) | |
download | gentoo-c020ffdab8fe3025acc11973e3e782f460b604ce.tar.gz gentoo-c020ffdab8fe3025acc11973e3e782f460b604ce.tar.bz2 gentoo-c020ffdab8fe3025acc11973e3e782f460b604ce.zip |
www-servers/nginx: add geoip2 module
Closes: https://bugs.gentoo.org/649626
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'profiles/desc/nginx_modules_stream.desc')
-rw-r--r-- | profiles/desc/nginx_modules_stream.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc index dd7d28916962..8d8e9cb5a5f9 100644 --- a/profiles/desc/nginx_modules_stream.desc +++ b/profiles/desc/nginx_modules_stream.desc @@ -7,6 +7,7 @@ access - This module allows limiting access to certain client addresses. geo - This module creates variables, whose values depend on the IP-address of the client. geoip - This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files. +geoip2 - This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP2 binary files. javascript - This module implements location and variable handlers in nginScript. limit_conn - This module is used to limit the number of connections per the defined key. map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable. |