#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include <GeoIP.h>
#include <GeoIPCity.h>
Go to the source code of this file.
Macro Definition Documentation
#define NGX_GEOIP_COUNTRY_CODE 0 |
#define NGX_GEOIP_COUNTRY_CODE3 1 |
#define NGX_GEOIP_COUNTRY_NAME 2 |
Typedef Documentation
typedef const char*(* ngx_http_geoip_variable_handler_pt)(GeoIP *, u_long addr) |
Variable Documentation
Initial value: {
GeoIP_country_code_by_ipnum,
GeoIP_country_code3_by_ipnum,
GeoIP_country_name_by_ipnum,
}
Definition at line 45 of file ngx_http_geoip_module.c.
Initial value: {
&ngx_http_geoip_module_ctx,
ngx_http_geoip_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 153 of file ngx_http_geoip_module.c.