From 2b425eaa5eb82e143f3a80e1f6bdc9141d6577f9 Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Fri, 5 Aug 2022 08:34:12 -0400
Subject: [PATCH] Add nginx resources
---
.../102-devops/content/104-setting-up-x/105-nginx.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/104-setting-up-x/105-nginx.md b/content/roadmaps/102-devops/content/104-setting-up-x/105-nginx.md
index 6026f3d2d..a99b98d97 100644
--- a/content/roadmaps/102-devops/content/104-setting-up-x/105-nginx.md
+++ b/content/roadmaps/102-devops/content/104-setting-up-x/105-nginx.md
@@ -1 +1,7 @@
-# Nginx
\ No newline at end of file
+# Nginx
+
+NGINX is a powerful web server and uses a non-threaded, event-driven architecture that enables it to outperform Apache if configured correctly. It can also do other important things, such as load balancing, HTTP caching, or be used as a reverse proxy.
+
+Free Content
+Official Website
+NGINX Explained in 100 Seconds