Added GeoIP Organisational data (#2099)

This commit is contained in:
Karl Stoney 2018-02-15 22:10:20 +00:00 committed by Manuel Alejandro de Brito Fontes
parent 9bb9011e57
commit 769f11df60
2 changed files with 3 additions and 0 deletions

View file

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