My thinking here is that as the Zero is low power it could run a simple static website for me on my LAN. I've used Apache before but never NGINX. So here goes...
I only want a basic webserver to start with so I won't concern myself with PHP set up at this time.
sudo apt-get updatesudo apt-get upgradesudo apt-get install nginxsudo systemctl run nginxNow go to a web browser and navigate to the IP address, or in my case the domain name.
< Back