Add timezone value into $geoip2_time_zone variable
This commit is contained in:
parent
c5334b2b3e
commit
4d97240d88
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ http {
|
||||||
$geoip2_dma_code source=$the_real_ip location metro_code;
|
$geoip2_dma_code source=$the_real_ip location metro_code;
|
||||||
$geoip2_latitude source=$the_real_ip location latitude;
|
$geoip2_latitude source=$the_real_ip location latitude;
|
||||||
$geoip2_longitude source=$the_real_ip location longitude;
|
$geoip2_longitude source=$the_real_ip location longitude;
|
||||||
|
$geoip2_time_zone source=$the_real_ip location time_zone;
|
||||||
$geoip2_region_code source=$the_real_ip subdivisions 0 iso_code;
|
$geoip2_region_code source=$the_real_ip subdivisions 0 iso_code;
|
||||||
$geoip2_region_name source=$the_real_ip subdivisions 0 names en;
|
$geoip2_region_name source=$the_real_ip subdivisions 0 names en;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue