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.

  • @[email protected]
    link
    fedilink
    English
    31 year ago

    Apache httpd if php is involved. Otherwise, nginx.

    Both are highly reliable and efficient.

    • @[email protected]
      link
      fedilink
      English
      31 year ago

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