include /etc/nginx/fastcgi_params;

location ~ \.php$ {
	fastcgi_pass unix:/var/run/nginx/php-fastcgi.sock;
	fastcgi_index index.php;
}

