Hacker News new | ask | show | jobs
by thinkmassive 781 days ago
Caddy is primarily a web server like nginx and apache httpd. Traefik and HAproxy are primarily reverse proxies.
1 comments

Caddy is actually used as a reverse proxy more than a static file server. It's equally excellent and proficient as both! Caddy's functionality is comparable to nginx, apache httpd, and haproxy.
And while we’re at it, it can even forward proxy recentlyish I believe?
Yeah, Caddy v1 had a forwardproxy plugin that finally got updated for v2: https://github.com/caddyserver/forwardproxy/