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?
Because pingora doesn’t have a Nixos package yet
This is it for me. I used to use caddy a few years ago because writing config files was a breeze. Now I “use” nginx because I can define everything in a few lines of nix and it’s configured automagically for me.
IIUC pingora is not standalone, but a set of rust crates? Should be already supported by nixpkgs through rust builders.
Some people are also building a reverse proxy using pingora called river.
Would that lack the performance benefits that pingora provides by being compiled without configuration file?