Expose GeoIP2 Organization as variable $geoip2_org

This commit is contained in:
Dave Thompson 2019-10-09 09:47:48 +01:00
parent 8fd17045e6
commit 8e926b21d1

View file

@ -179,6 +179,7 @@ http {
geoip2 /etc/nginx/geoip/GeoLite2-ASN.mmdb {
$geoip2_asn source=$remote_addr autonomous_system_number;
$geoip2_org source=$remote_addr autonomous_system_organization;
}
{{ end }}