Hacker News new | ask | show | jobs
by somehnguy 339 days ago
Caddy has been excellent for me thus far as well. I'm using it on a VPS to reverse proxy to the services I run at home via a Tailscale tunnel. Coming from Nginx in the past Caddy was drop-dead simple to configure.

The entire config for each vhost is 3 lines, including the domain definition and closing brace - and that includes TLS!

1 comments

Just curious if you have Caddy running in Docker or normal?
Caddy is in docker via compose