Prometheus + Grafana 모니터링 시리즈 - Nginx 액세스 모니터링

환경: Cenots 7 이 편 은 nginx - module - vts 를 통 해 nginx 운행 상 태 를 모니터링 하고 Nginx 설치 와 플러그 인 설치 설정 은 설명 하지 않 습 니 다.
  • Nginx 는 http 블록 을 설정 합 니 다. 제 설정 으로 인해 geoip 2
  • 를 사 용 했 습 니 다.
     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 

    좋은 웹페이지 즐겨찾기