To start a Nginx server or service, we can use the systemctl command-line utility followed by the start nginx command in Linux.
# Starts Nginx service
sudo systemctl start nginx
What is systemctl?
- The
systemctlis a command-line utility that is used to control and manage thesystemdservices. - It is widely used with web server services like Nginx, Apache, etc.