modsecurity 썸네일형 리스트형 [WIP] 우분투에 Nginx와 ModSecurity를 설치하고 OWASP ModSecurity CRS를 적용하는 방법 우분투에 Nginx와 ModSecurity를 설치하고 OWASP ModSecurity Core Rule Set을 적용하는 방법Nginx 에 ModSecurity v3 모듈을 동적 모듈로 연동하고 OWASP ModSecurity Core Rule Set(CRS) 를 적용하는 방법을 설명합니다.1. 기존 Nginx 완전 제거sudo apt-get purge -y nginx nginx-*sudo apt-get autoremove -yPPA 제거sudo add-apt-repository -y --remove ppa:ondrej/nginx2. Nginx 설치자동 설치 스크립트 (권장)sudo curl -fsSL https://raw.githubusercontent.com/anti1346/zz/main/ubuntu.. 더보기 이전 1 다음