In my case after two - three hours works my server is down, why ? pls help for me fix this problem!
i mean nginx is down
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello there,
You can also check our tutorial on Common Nginx Connection Errors
https://www.digitalocean.com/community/tutorials/common-nginx-connection-errors
Regards
Hi @lavrinyukserik,
Check your Nginx error log in
/var/log/nginx/error_log
as well as your/var/log/syslog
.If it’s so frequently being dropped/killed, it’s possible you are running out of resources so your Droplet needs to kill a service so that it doesn’t crash. You’ll be able to see this from the two logs presented above.
If that’s the case, you’ll need to upgrade your Droplet to have more resources and I’ll recommend you add swap as well:
https://www.digitalocean.com/community/tutorial_collections/how-to-add-swap-space
Hi @lavrinyukserik,
Is there anything relevant in
/var/log/syslog
?Yesterday something similar happened to another user, check it in case it was the same.
Nginx server crashing occasionally
Let me know how it goes,
Sergio Turpín