mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 02:42:48 +08: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) {
|
switch (gcf->country->databaseType) {
|
||||||
|
|
||||||
case GEOIP_COUNTRY_EDITION:
|
case GEOIP_COUNTRY_EDITION:
|
||||||
case GEOIP_PROXY_EDITION:
|
|
||||||
case GEOIP_NETSPEED_EDITION:
|
|
||||||
|
|
||||||
return NGX_CONF_OK;
|
return NGX_CONF_OK;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user