Article suggested. (#21795)

* Article suggested.

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

* Create subheading
This commit is contained in:
Amit Deshwal
2018-11-06 17:07:41 +05:30
committed by Manish Giri
parent 4740b1fcc6
commit 74e04c7fff

View File

@ -15,3 +15,7 @@ Step 2: Install Nginx
One simple command to install Nginx is all that is needed: One simple command to install Nginx is all that is needed:
`apt-get -y install nginx` `apt-get -y install nginx`
#### More Information
[An Introduction to NGINX for Developers](https://medium.freecodecamp.org/an-introduction-to-nginx-for-developers-62179b6a458f)