From c020ffdab8fe3025acc11973e3e782f460b604ce Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Tue, 19 Jun 2018 11:10:20 +0200 Subject: www-servers/nginx: add geoip2 module Closes: https://bugs.gentoo.org/649626 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- profiles/desc/nginx_modules_stream.desc | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles/desc/nginx_modules_stream.desc') 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. -- cgit v1.2.3-65-gdbad