Nginx 1.15.1 Released — Here’s how to Install on Ubuntu 16.04 / 17.10 / 18.04
— Stops the server:
sudo systemctl stop nginx.service
— Start the server:
sudo systemctl start nginx.service
— Restarts the server:
sudo systemctl restart nginx.service
— Reload config changes no stops:
sudo systemctl reload nginx.service