diff options
author | Ruslan Ermilov <ru@nginx.com> | 2013-02-04 16:44:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2013-02-04 16:44:22 +0000 |
commit | 75e5d13ec6b900ea01c044cb4147126bf237a5c9 (patch) | |
tree | 541c482bf8d10a7b5ca4dd0dba87e534bbbe7ab1 | |
parent | aad0a1dba6e05766005a60b893c53e52fb056795 (diff) | |
download | nginx-75e5d13ec6b900ea01c044cb4147126bf237a5c9.tar.gz nginx-75e5d13ec6b900ea01c044cb4147126bf237a5c9.zip |
GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
-rw-r--r-- | src/http/modules/ngx_http_geoip_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_geoip_module.c b/src/http/modules/ngx_http_geoip_module.c index f534d9b5b..364106519 100644 --- a/src/http/modules/ngx_http_geoip_module.c +++ b/src/http/modules/ngx_http_geoip_module.c @@ -705,8 +705,6 @@ ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) switch (gcf->country->databaseType) { case GEOIP_COUNTRY_EDITION: - case GEOIP_PROXY_EDITION: - case GEOIP_NETSPEED_EDITION: return NGX_CONF_OK; |