Nginx + Php5-Fpm backend
Debian 7
I have two other sites where this has not occurred.
Upon clicking into the site I just get the header
If I do a manual refresh, it displays the full page.
If I attempt to login I get a general error with this 502 error
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
and this error in nginx/error.log
2015/09/17 23:04:59 [error] 12654#0: *1476 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: xxx.61.xxx.xxx, server: www.domain.net, request: "POST /login HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.flarum_forums.sock:", host: "www.domain.net", referrer: "http://www.domain.net/"
I backed up the database and removed everything, then extracted a fresh install and restored the database - same issue.
Unfortunately, I just started my hourly / daily / monthly backups so I only have a database from a day ago. I also could of sworn it was working fine post-upgrade.. maybe not.. Any idea what could be causing this? I couldn't infer any clues :\
This forum isn't in use yet (minus a few test posts)