caddy-modern-config
Installation
SKILL.md
Caddy Modern Config
When to use this skill
- Configuring Caddy as a web server or reverse proxy.
- Setting up local HTTPS.
- Deploying PHP/Python apps with Caddy.
1. Caddyfile Basics
- Syntax:
domain { directives }. - Auto-HTTPS: Enabled by default for any host that looks like a domain.
2. Reverse Proxy
- Python/Node:
example.com { reverse_proxy localhost:3000 }