Expose GeoIP2 Organization as variable $geoip2_org
This commit is contained in:
parent
8fd17045e6
commit
8e926b21d1
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue