ну вышеже указана директория
location / {
root C:/APPServ/htdocs;
index index.php;
}
темболее если раскоментировать
location ~ \.php$ {
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME C:/APPServ/htdocs$fastcgi_script_name;
он тоже показывает 404
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,249546,249554#msg-249554