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, the OG HTTP server.
Fast, well documented, battle-tested, FOSS and community-led (unlike nginx which is corporate-led).
People will tell you that nginx is "faster" but never point to actual benchmarks. Both are ok.
Yeah apache is awesome. Lots of settings if u want, and every question I've ever asked and probably am yet to ask has already been answered on stack with multiple duplicates aha
Check out mod_md - this module allows getting certificates from Let's Encrypt (or any other ACME cert provider) automatically. Just set this anywhere in your config, reload apache and you're set. No more fiddling around with certbot.