Migrating from Apache to Nginx
First we need to make sure we have nginx installed sudo apt install nginx -y sudo apt install php-fpm -y Converting a virtual host to nginx block Apache section: DocumentRoot “/var/www/html/exemple” ServerName exemple.eu <Directory “/var/www/html/exemple”> Allow from all Require…