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