File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ A modern Web Application Firewall built with [Coraza](https://coraza.io) and [Ca
66
77- ✅ ** OWASP Core Rule Set v4** - Latest security rules
88- ✅ ** Multi-backend routing** - Single WAF protects MinIO UI + API
9- - ✅ ** Automatic HTTPS** - TLS termination included
109- ✅ ** Security headers** - Production-ready security configuration
1110- ✅ ** Health checks** - Built-in monitoring endpoints
1211- ✅ ** Rate limiting** - API protection against abuse
@@ -45,8 +44,8 @@ docker run -d \
4544## Architecture
4645
4746```
48- Internet → Caddy WAF (8443 ) → MinIO UI (9001)
49- → MinIO API (9000)
47+ Caddy WAF (8080 ) → MinIO UI (9001)
48+ (8081) → MinIO API (9000)
5049```
5150
5251### Request Routing
@@ -66,7 +65,6 @@ Internet → Caddy WAF (8443) → MinIO UI (9001)
6665- Rate limiting (100 req/min per IP for API endpoints)
6766
6867### Custom MinIO Rules
69- - Blocks access to ` /minio/admin ` endpoints
7068- Logs all DELETE operations for audit
7169- Rate limits API endpoints
7270
You can’t perform that action at this time.
0 commit comments