
kevinfricke.com
Kevin Fricke | ...just talkin' outloudKevin Fricke | …just talkin' outloud8230;just talkin' outloud. August 6, 2015. Trying to get nginx wordpress to work on your mac? I had tried a number of configuration scripts and recommendations that I found on the web and after much trial and error this is the one that worked for me. If you add this to your nginx server config then it will process the php properly:. Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000. Location .php$ {. Fastcgi pass 127.0.0.1:9000;. Fastcgi index index.php;. May 14, 2015. But since the syst...
http://www.kevinfricke.com/