From f1c90e981d767c62c73913602a4570f01901a9c1 Mon Sep 17 00:00:00 2001 From: rohow Date: Thu, 10 Oct 2024 18:44:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(nginx):=20=E5=A2=9E=E5=8A=A0geoip=E7=9A=84?= =?UTF-8?q?=E5=9F=8E=E5=B8=82=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/infra/net/nginx/helmchart.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/infra/net/nginx/helmchart.yaml b/apps/infra/net/nginx/helmchart.yaml index e4d834a..ebf18ac 100644 --- a/apps/infra/net/nginx/helmchart.yaml +++ b/apps/infra/net/nginx/helmchart.yaml @@ -87,7 +87,11 @@ spec: "pipe": "$pipe", "gzip_ratio": "$gzip_ratio", "http_cf_ray": "$http_cf_ray", - "geoip_country_code": "$geoip2_city_country_code" + "geoip_country_code": "$geoip2_city_country_code", + "geoip_city": "$geoip2_city", + "geoip_org": "$geoip2_org", + "geoip_longitude": "$geoip2_longitude", + "geoip_latitude": "$geoip2_latitude" }' # crowdsec插件配置 plugins: "crowdsec"