Comment on Why is everyone using Tailscale?
undefined@lemmy.hogru.ch 5 weeks ago
I prefer nginx to Caddy myself for reverse proxies. As far as VPN technologies go, Tailscale and WireGuard are where it’s at.
Not sure why we’re comparing Caddy and Tailscale though.
uranibaba@lemmy.world 5 weeks ago
I meant Traefik, sorry.
Also, why Nginx over Caddy? How does a minimal reverese proxy setup look like with Nginx?
undefined@lemmy.hogru.ch 5 weeks ago
It’s mostly about performance. Caddy’s Go-based garbage collector starts to negatively impact performance at high load. It looks something like:
uranibaba@lemmy.world 1 week ago
How do you know which headers to set? I couldn’t find any documentation when I last tried (but that was some years ago now).
undefined@lemmy.hogru.ch 6 days ago
It can be specific to the web application but generally speaking you’d want to pass the protocol, client IP address, etc.