Deploy a lightweight, high-performance web server.

  1. Update: apt update
  2. Install: apt install nginx
  3. Start: systemctl enable --now nginx
  4. Configure site: Edit /etc/nginx/sites-available/default
  5. Test config: nginx -t then systemctl reload nginx
  6. Access: Visit your IP in a browser to see the welcome page.

Was this guide helpful?

Thanks for your feedback!