|
|
|
|
|
by gr4vityWall
588 days ago
|
|
> A single HTTP service + traefik (or Apache/NGINX reverse proxy) is heavier than a single HTTPS service. How heavy are talking, and what would be the measured impact? I have worked on small teams (3~4 people) where we had to use our own infrastructure for regulatory reasons. I also self-host a few things as a hobby. I don't think Nginx or Caddy were ever a bottleneck, and at the human level, they saved more resources than not using them. I don't remember the last time I exposed something to a network using their bundled http server directly rather than a reverse proxy. I don't like wasting computational resources of course, but % wise, 'optimizing' them by not using containers or a reverse proxy wouldn't net any visible gains - there's usually other low hanging fruit that gives you more for your time. |
|