When trying to log into Owncloud on my box, I’m noticing that Nginx is posting a very boring-looking 404.
When digging a bit deeper, the Nginx log shows the following:
2015/02/18 00:14:45 [error] 7967#0: *18 FastCGI sent in stderr: “Primary script unknown” while reading response header from upstream, client: 123.123.123.123, server: box.domain.tld, request: “GET /cloud/index.php/apps/contacts/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”, host: “box.domain.tld”, referrer: “https://box.domain.tld/admin”
I’m not quite sure where the best place to get started to search and repair, but I’d be interested in any thoughts. I have, though, tried running the bootstrap script again, to no avail.
Thoughts?