Which web server software do you recommend?

https://lemmy.world/post/1335881

Which web server software do you recommend? - LemmyWorld

I want to host my website in my raspberry pi, I’ve read that I would need a web server software for this. Which one do you recommend? It won’t be a complex website.

Apache httpd if php is involved. Otherwise, nginx.

Both are highly reliable and efficient.

If running php, I usually go with PHP-FPM and nginx, much faster than Apache in most cases