Most servers exist to serve something — websites, APIs, dashboards. Linux runs those services.
sudo apt update
sudo apt install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx
sudo systemctl status nginx
/var/log/nginx/access.log
/var/log/nginx/error.log
If your website is not opening, think in this order: