服务器nginx偶尔会被杀死,可能是系统资源不够了。
sudo systemctl edit nginx then paste in:
sudo systemctl edit nginx
[Service] Restart=always
check if it works
sudo systemctl status nginx sudo pkill -f nginx sudo systemctl status nginx