Install Nginx and PHP-FPM on Ubuntu
Login to your Ubuntu server/machine with root account credentials and install NGINX and PHP-FPM with following commands.
1. apt update
2. apt install nginx
3. apt install php7.2-fpm
Check Status of installation and proceed with changes of configuration files