How to install Nginx on Manjaro Linux

Nginx is a lightweight web server application that can turn our Linux desktop/server into a web server. Nginx is believed to be less resource compared to another popular web server Apache. This tutorial is going to show you how to install Nginx on Manjaro Linux. To install Nginx on Manjaro is very simple. 

Steps to install Nginx on Manjaro Linux

Open Terminal and type the following command
sudo pacman -Syu
sudo pacman -S nginx

Start Nginx Service
sudo systemctl start nginx
Stop Nginx Service
sudo systemctl stop nginx
Enable Nginx on boot
sudo systemctl enable nginx

Thank you

1 comments:


EmoticonEmoticon