Skip to content

How to recover Nginx

bash
systemctl status nginx --no-pager
journalctl -u nginx -n 50 --no-pager
sudo nginx -t
sudo systemctl restart nginx
curl -sI https://neuralmeadow.xyz | head -8

Configs: /etc/nginx/conf.d/<domain>.conf and <domain>.d/. See Nginx reference.

Northeast Systems · Aux Server · Infra Server