Y
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
mholt
781 days ago
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.
link
indigodaddy
781 days ago
And while we’re at it, it can even forward proxy recentlyish I believe?
link
mholt
781 days ago
Yeah, Caddy v1 had a forwardproxy plugin that finally got updated for v2:
https://github.com/caddyserver/forwardproxy/
link