Why do so many people use NGINX?
Why do so many people use NGINX?
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?
You're viewing a single thread.
Because pingora doesn't have a Nixos package yet
6 0 ReplyThis 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.
3 0 ReplyYeah I love that about nix and I can imagine a clever package writer can make a pingora binary to mimic that configurabllity
1 0 Reply
IIUC pingora is not standalone, but a set of rust crates? Should be already supported by nixpkgs through rust builders.
2 0 ReplyYep it would need to be compiled from the configuration given. I'm vaguely interested in trying. I will look up the rust builders. Thank you
1 0 Reply
Some people are also building a reverse proxy using pingora called river.
1 0 ReplyWould that lack the performance benefits that pingora provides by being compiled without configuration file?
1 0 ReplyI mean pingora out performs nginx which is why cloud flare made it, I believe
1 0 Reply