Question

Why i need restart mmy server every time ?

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

Show comments

Submit an answer


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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
December 6, 2022

Hello there,

You can also check our tutorial on Common Nginx Connection Errors

https://www.digitalocean.com/community/tutorials/common-nginx-connection-errors

Regards

KFSys
Site Moderator
Site Moderator badge
November 25, 2022

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

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up