Based on this article
Install Nginx
sudo yum install epel-release -y
sudo yum install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx
echo Nginx installed!
Install PHP with MySQL support
sudo yum install php php-mysql php-fpm
Install Nginx
sudo yum install epel-release -y
sudo yum install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx
echo Nginx installed!
Install PHP with MySQL support
sudo yum install php php-mysql php-fpm