Files
freeCodeCamp/guide/english/nginx/index.md
Amit Deshwal 74e04c7fff Article suggested. (#21795)
* Article suggested.

I have added an best article for ones who are just getting started with the nginx.

* Create subheading
2018-11-06 06:37:41 -05:00

462 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

More Information

An Introduction to NGINX for Developers