Y
Hacker News
new
|
ask
|
show
|
jobs
by
xyzzy_plugh
874 days ago
nginx is notoriously bad at not-HTTP 1.1. I wouldn't even bother trying.
Envoy is significantly better in this department.
1 comments
doublepg23
874 days ago
Huh TIL. I had always considered nginx the “fast” http server.
link
dilyevsky
874 days ago
Nginx is fast enough for most applications. I wouldn’t bother switching if you dont need the power of “software defined” proxy
link
xyzzy_plugh
874 days ago
Performance aside, if you need fully functional HTTP/2 and maybe HTTP/3 support then you're better off not using nginx. It's a pain.
link