* Add Nginx

* Delete Nginx

* Add nginx
This commit is contained in:
EliteMobb79
2018-10-15 23:50:11 -05:00
committed by Quincy Larson
parent c9cc4d332a
commit aa69c90021

View File

@ -0,0 +1,12 @@
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`