Site unreachable

My site has been unreachable for about 16 hours. At first, the page was timing out and giving the error message 504 bad gateway nginx. Now it doesn’t even try to load, just says the site is unreachable (ERR_CONNECTION_FAILED). Help?!

1 Reply

There are a few possible solutions for an issue like this, depending on your use case. An example of past solutions recommended on this forum included troubleshooting network connectivity as a starting point by using MTR, then if that looks good, checking firewall/iptables rules, and then branching out from there:
https://www.linode.com/community/questions/261/when-i-try-to-access-my-site-i-get-a-504-error

Another possibility which is talked about in the following stackoverflow post:
https://stackoverflow.com/questions/24453388/nginx-reverse-proxy-causing-504-gateway-timeout

In the example above, the user was using an NGINX compute instance as a reverse proxy, and just had to enable keepalive. A larger/more in-depth explanation on what that is and why can be found here:
https://stackoverflow.com/questions/20592698/keep-alive-header-clarification

If you neither of the above recommendations help, and you are not using NGINX as a reverse proxy, a little more insight into your use case may be helpful. As a general practice, reviewing log files is never a bad idea:
https://www.linode.com/community/questions/295/how-do-i-check-my-servers-log-files

Hope that helps!

-Micah

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct