Merge pull request #4650 from DaveAurionix/master

Expose GeoIP2 Organization as variable $geoip2_org
This commit is contained in:
Kubernetes Prow Robot 2019-10-12 15:34:36 -07:00 committed by GitHub
commit 69880ac9ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}