From 74e04c7ffff9502c015c6d5146c6fd0c2b4db3a7 Mon Sep 17 00:00:00 2001 From: Amit Deshwal Date: Tue, 6 Nov 2018 17:07:41 +0530 Subject: [PATCH] Article suggested. (#21795) * Article suggested. I have added an best article for ones who are just getting started with the nginx. * Create subheading --- guide/english/nginx/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/nginx/index.md b/guide/english/nginx/index.md index 2af68b6913..6bbae1c062 100644 --- a/guide/english/nginx/index.md +++ b/guide/english/nginx/index.md @@ -15,3 +15,7 @@ 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](https://medium.freecodecamp.org/an-introduction-to-nginx-for-developers-62179b6a458f)