sudo apt-get install php7.4-fpm -y
sudo apt-get install php7.3-fpm -y
sudo apt-get install php7.2-fpm -y
//Server Install
//================
sudo apt update
sudo apt install nginx
sudo ufw allow 'Nginx HTTP'
//PHP Install
//============
sudo apt install php-fpm php-mysql