Prometheus + Grafana 모니터링 시리즈 - Nginx 액세스 모니터링
1003 단어 모니터링 시리즈
geoip2 /usr/local/nginx/GeoIP/GeoLite2-Country.mmdb {
$geoip2_data_country_code country iso_code;
}
geo $allow-ip{
default no;
1.1.1.1 yes;
}
map $geoip2_data_country_code $allowed_country