I see so many posts and people who run NGINX as their reverse proxy. Why though? There’s HAProxy and Apache, with Caddy being a simpler option.

If you’re starting from scratch, why did you pick/are you picking NGINX over the others?

  • FindmysecOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    Traefik’s marketing as the “Docker reverse-proxy” put me off since I like technologies to stay agnostic of each other (personal preference).

    Your arguments are correct, and usually I’d run a separate web server but I suppose for a homelab having less things to manage is great

    • bmarinov@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Traefik does auto discovery and you can register different configuration providers. Don’t need docker? Then don’t use the docker label-based provider. It is really flexible and has sensible defaults. Other than a few quirks in the basic auth support I haven’t had any problems. And at work it powers our globally utilized infrastructure without any hiccups.