jobs keep stopping - nginx

multi-tasking_guy

Limp Gawd
Joined
Jun 16, 2017
Messages
142
I am using nginx as a reverse proxy. Everything works normal but after a couple days my website stops working.

even if i reboot, it doesn't work. I have rebuild the server again, but again in three days it stops working,

i think it has something to do with the hostname and jobs


In the nginx server everytime i exit the bash it says "you have stopped jobs

[1] Stopped /etc/nginx/nginx.conf

[2] Stopped /etc/hostname



i think it has something to do with that above jobs


anyone have any idea?
 
How do you start the server ? Sounds like not as a service or backgrounds task and the moment you log off your shell you loose the server ?
 
Those aren't commands. It looks like something may be attempting to edit those. That would be Very Bad (tm).

Check your lastlog, your who, and your /var/log/auth.log to see if someone has gained access.
 
Back
Top