root /var/www;
location ~ \.php$ {
...
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
printf("Content-type: text/html\r\n"
"Status: 404 Not Found\r\n"
"\r\n");
\r\n
), а в конце двумя, чтобы отделить их от содержимого (т.е. \r\n\r\n
).