Comment on Why is everyone using Tailscale?
uranibaba@lemmy.world 5 weeks agoI meant Traefik, sorry.
Also, why Nginx over Caddy? How does a minimal reverese proxy setup look like with Nginx?
Comment on Why is everyone using Tailscale?
uranibaba@lemmy.world 5 weeks agoI 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.