Arch linux: How to Install Nginx webserver

To install the NGINX webserver in Arch Linux:

sudo pacman -S nginx
sudo systemctl enable --now nginx

9 / 2022