I have a nginx version 1.6 running on my local machine.
OS X Mavericks comes already with php installed
On typing
php -v
php-fpm -v
it's showing PHP(5.4.24)
How do I configure the default php-fpm on my computer so that I serve php from nginx server? I want to use the same version of php without installing a new version of it.
Any suggestions ?