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
13389 readers
17 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 2 years 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
It's just matter of preference, really. You can use any reverse proxy you want in your docker compose file. With Caddy, setting up letsencrypt is a lot easier than other webservers which might help setting up your own instance a bit easier.
yeah, that's a big upside. However, the third party Go based modules are the biggest draw for me.