mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
This commit is contained in:
parent
aad0a1dba6
commit
75e5d13ec6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user