Getting this error thrown in the browser ONLY when I try to log in or register. 504 Gateway Time-out - nginx/1.4.6 (Ubuntu) It appears above the login or registration window in an error box.
It's strange because everything else works fine. Pages load. I can view categories and threads. The admin page itself loads fine and redirects me to login. It's just when I click the login button or when I'm registering and click the register button. Anyone else seen this or even know where to begin looking?
I already went the nginx route and the logs there just say:
** 2016/05/07 15:04:41 [error] 2955#0: *2024 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 75.x.x.x, server: talk.domain.com, request: "POST /login HTTP/1.1", upstream: "http://127.0.0.1:4567/login", host: "talk.domain.com", referrer: "http://talk.domain.com/login" **
I also tried just bypassing nginx and doing it from talk.domain.com:4567/login and get the same thing.