I found the "php" file it is below:
index index.php index.html index.htm;
location ~ \.php$ {
include fastcgi_params;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_pass 127.0.0.1:9000;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,189193,189217#msg-189217