From 4d97240d8848f2c7ad80f021c623a6876feaffba Mon Sep 17 00:00:00 2001 From: Mathieu Naouache Date: Sun, 11 Aug 2019 14:26:48 +0200 Subject: [PATCH] Add timezone value into $geoip2_time_zone variable --- rootfs/etc/nginx/template/nginx.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/etc/nginx/template/nginx.tmpl b/rootfs/etc/nginx/template/nginx.tmpl index cf909bb66..850f7f663 100755 --- a/rootfs/etc/nginx/template/nginx.tmpl +++ b/rootfs/etc/nginx/template/nginx.tmpl @@ -172,6 +172,7 @@ http { $geoip2_dma_code source=$the_real_ip location metro_code; $geoip2_latitude source=$the_real_ip location latitude; $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_name source=$the_real_ip subdivisions 0 names en; }