Found my mistake. I've had
if (!-f $document_root$fastcgi_script_name) {
return 404;
}
hidden deep within includes. Didn't notice it until now.
if (!-f $document_root$fastcgi_script_name) {
return 404;
}
hidden deep within includes. Didn't notice it until now.