Edit the main Caddy configuration file — defines reverse proxies, static sites, and TLS settings
The Caddyfile is Caddy's human-friendly config language. A typical entry looks like: 'app.example.com { reverse_proxy localhost:3000 }' — that's all you need to proxy an app with HTTPS.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.