Added GeoIP Organisational data (#2099)
This commit is contained in:
parent
9bb9011e57
commit
769f11df60
2 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ http {
|
|||
{{/* this is require to calculate traffic for individual country using GeoIP in the status page */}}
|
||||
geoip_country /etc/nginx/GeoIP.dat;
|
||||
geoip_city /etc/nginx/GeoLiteCity.dat;
|
||||
geoip_org /etc/nginx/GeoIPASNum.dat;
|
||||
geoip_proxy_recursive on;
|
||||
|
||||
{{ if $cfg.EnableVtsStatus }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue