Nginx Cheat-sheet

Nginx Cheat-sheet

Management commands

systemctl start nginx
systemctl stop nginx
systemctl restart nginx

Check configuration syntax and test it

nginx -t