--- layout: home hero: name: Patterns text: Production-grade WAF rules, on autopilot. tagline: Automated OWASP Core Rule Set and bad-bot patterns, converted into native configurations for Nginx, Apache, Traefik, and HAProxy — refreshed every day. actions: - theme: brand text: Get Started link: /getting-started - theme: alt text: View on GitHub link: https://github.com/fabriziosalmi/patterns ---
## Quick start ```bash curl -LO https://github.com/fabriziosalmi/patterns/releases/latest/download/nginx_waf.zip unzip nginx_waf.zip -d /etc/nginx/waf_patterns ``` Or build from source — full toolchain instructions in [Getting Started](/getting-started).