# Caddy Reverse Proxy VPS – Automatic HTTPS in 5 Minutes

Caddy as reverse proxy: automatic Lets Encrypt, Caddyfile, Docker, multiple domains – simpler alternative to nginx/Traefik on a VPS.

**Quick answer:** **Caddy** is a reverse proxy with **automatic HTTPS** – point DNS, save Caddyfile, done. No Certbot needed.

## Minimal Caddyfile

`app.yourdomain.com {
    reverse_proxy localhost:3000
}`
## Related

- [Traefik alternative](/en/root-v-server/traefik-reverse-proxy)
- [Next.js on VPS](/en/root-v-server/nextjs-vps-hosten)
- [SSL/TLS basics](/en/ssl-tls-https-certificates)
*VPS & root servers: [Order VPS in Germany](https://nexorahost.com/Dedicated-server) · [panel.nexorahost.de](https://panel.nexorahost.de) · [nexorahost.com](https://nexorahost.com) (Maincubes FRA01 Frankfurt · Ryzen · NVMe · GDPR)*
