feat(nginx): 增加geoip的城市数据

这个提交包含在:
2024-10-10 18:44:03 +08:00
未验证
父节点 efb6841382
当前提交 f1c90e981d
+5 -1
查看文件
@@ -87,7 +87,11 @@ spec:
"pipe": "$pipe", "pipe": "$pipe",
"gzip_ratio": "$gzip_ratio", "gzip_ratio": "$gzip_ratio",
"http_cf_ray": "$http_cf_ray", "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插件配置 # crowdsec插件配置
plugins: "crowdsec" plugins: "crowdsec"