Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


install_nqinx_webserver_linux_ubuntu_server_20_04_lts

This is an old revision of the document!


Install Nginx Webserver on Linux Ubuntu Server 20.04 LTS

$ sudo apt update
$ sudo apt upgrade 

Stop apache2 if that webserver is also installed and running.

sudo systemctl stop apache2.service

Installing Nginx Server

$ sudo apt install nginx

After the installation is completed, start the Nginx service and enable it to launch every time at system boot. Check the status of Nginx.

sudo systemctl start nginx

sudo systemctl enable nginx

sudo systemctl status nginx
install_nqinx_webserver_linux_ubuntu_server_20_04_lts.1591756326.txt.gz · Last modified: 2020/06/10 02:32 by wikiadmin