Command Book

Nginx

Help

sudo nginx -h

Reload

sudo nginx -s reload

Test the config files

sudo nginx -t

Restart

sudo systemctl restart nginx

Stop

sudo systemctl stop nginx

Start

sudo systemctl start nginx
Last updated on Thu, Apr 1, 2021
Published on Tue, Oct 17, 2017