Apache Web Server
Installed on HP2 to try it out. Using ddns. http://satoshihost.ddns.net/
sudo apt update
sudo apt install apache2
sudo systemctl start apache2
sudo chown username:username /var/www/html
/var/www/html/ is the root for the web stuff.
That was too easy. Now got to do https.