Skip to content

Commit 5c1a1f9

Browse files
committed
feat: updating Caddy Readme
1 parent 0d534b5 commit 5c1a1f9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README-coraza.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)