Nginx - Service

About

A collection of service related command of nginx

Systemd

sudo systemctl status nginx
sudo systemctl disable nginx
sudo systemctl enable nginx
sudo systemctl stop nginx
sudo systemctl start nginx
sudo systemctl restart nginx
sudo systemctl reload nginx # reload configuration
sudo journalctl -u nginx # log







Share this page:
Follow us:
Task Runner