Chinese Rule of Eight

Skip to content

installing nginx

November 8, 2018Uncategorizedadmin

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

Post navigation

← sending off questions and answers data Installing mongodb on Ubuntu →
Proudly powered by WordPress