Question
When SSH connection to DigitalOcean closes, server doesn't respond any more!?
I’ve got a negroni server (for Go) running on CentOS and have an nginx proxy set up as well. When the command line ssh connection to my DigitalOcean server is open, the server works and I can call the endpoints, but as soon as I close it, it’s like the server shuts down or something! I can no longer get any responses…
Just to provide more information: the way I start the server is by doing “go install myApp” and then “myApp &” to start the server…
Any ideas what I’m missing?
Any help is much appreciated, thank you in advance!
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.
×