Example of a Nginx configuration file with PHP-FPM to run a Joomla site:
server { listen 80; server_name example.com; root /var/www/html;
Example of a Nginx configuration file with PHP-FPM to run a Wordpress site:
server { listen 80; server_name example.com; return