Add geoip info to settings
This commit is contained in:
parent
f384a78f45
commit
f871cf716f
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
#Path for the log file (Nginx)
|
#Path for the log file (Nginx)
|
||||||
logpath = /var/log/nginx/access.log
|
logpath = /var/log/nginx/access.log
|
||||||
|
|
||||||
|
[GEOIP]
|
||||||
|
geoipdb = /usr/local/share/GeoIP/GeoLite2-City.mmdb
|
||||||
|
# For country use /usr/local/share/GeoIP/GeoLite2-Country.mmdb
|
||||||
|
|
||||||
[INFLUXDB]
|
[INFLUXDB]
|
||||||
# Database URL
|
# Database URL
|
||||||
host = ip_address
|
host = ip_address
|
||||||
|
|
Loading…
Reference in a new issue