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"