Why is nginx preferred over Apache these days? I believe nginx was originally preferred because Apache had scaling issues with its original forking concurrency model, but that was replaced a long time ago, so…why use nginx today?
this post was submitted on 16 Jun 2023
15 points (100.0% liked)
Programming
13371 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
That's why I'm entertaining the idea of an alternative in this post. Although it seems there are a lot of mixed opinions on this matter
I don't know about Caddy, but if they aren't using Varnish or similar they should consider it. A caching server can be helpful for frequently repeating fairly stable parts of websites and has a fairly significant performance benefit.
I think considering alternatives is important. Even if the 'default' option is good enough. I always enjoy looking around for new ways to go about things.