Deploy a lightweight, high-performance web server.
- Update:
apt update - Install:
apt install nginx - Start:
systemctl enable --now nginx - Configure site: Edit
/etc/nginx/sites-available/default - Test config:
nginx -tthensystemctl reload nginx - Access: Visit your IP in a browser to see the welcome page.