Setup nginx drupal and phpmyadmin on ubuntu & RHEL
Setup an nginx webserver with a Drupal installation and phpMyAdmin. I am assuming that you have already installed the Nginx web server on Ubuntu 16.04/RHEL.
Nginx is a web server for serving static content, but we are going to use it for Drupal 7.x and 8.x websites. In order to configure it, we need an additional service for PHP support, i.e. php-fpm.