Migrating from Apache to Nginx
First we need to make sure we have nginx installed sudo apt install nginx -ysudo 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 allRequire all grantedSSLOptions +StdEnvVars Include SSLEngine…