Question
I have a droplet with nginx/node, some requests don't get to the server? Any ideas how to debug?
I have a nodejs server behind nginx.
Sometimes, http requests get “timeout”.
Checking both the access and error logs for both the nginx and node does’t even show the requests coming to either of them, let alone fail.
Some of these requests are from the server itself (using curl via crontab).
I’m lost on how to even begin to start the problem. Any ideas?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×