Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I used to love nginx, then we realized it was bottlenecking our per core requests/s at 500k. On testing we removed it as the ssl term and handled ssl in the application it jumped to 1.625M, 6.5M r/s per 4 core node.
-
The only thing I add in to make it even better is a jinja2 templating step to compile config using environment variables :3
-
NGINX is way too bloated for an OS. I prefer Lighttpd for serving dynamic web sites.
-
dcprm1815y@alexbrooklyn oh yeah! My recent increase in affection was because of the variables it can have and places where we can use it
Related Rants
Falling in love with Nginx every day...😍🥰
random
nginx