Update packages
sudo apt-get update
Install nginx
sudo apt-get install -y nginx
Enable and start nginx
sudo systemctl enable nginx && systemctl start nginx
Install PHP8.1 and PHP8.1-FPM + some important modules
sudo apt-get install php8.1-cli php8.1-fpm php8.1-curl php8.1-gd php8.1-mys...
Read more