| Host a static website the HN way: 1. Buy the cheapest most unsustainable VPS ipv4 deal out there. 2. Make A record and WWW record and point domain to your new fangled server. 3. Configure server: apt-get install nginx goaccess cd website cp * /var/www/html Yearly maintenance required: apt-get update, apt-get upgrade reboot View traffic stats: goaccess -f /var/log/nginx/access.log |
Usually you get what you pay for.