Files
freeCodeCamp/guide/english/nginx/index.md
2018-10-19 16:28:34 +01:00

310 B

title
title
Installation of Nginx in Ubuntu

Installation of Nginx in Ubuntu

Step 1: Update Apt-Get

As always, we update and upgrade our package manager.

apt-get update && apt-get upgrade

Step 2: Install Nginx

One simple command to install Nginx is all that is needed:

apt-get -y install nginx