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)