diff --git a/content/roadmaps/101-backend/content/122-web-servers/100-nginx.md b/content/roadmaps/101-backend/content/122-web-servers/100-nginx.md
index 6026f3d2d..a99b98d97 100644
--- a/content/roadmaps/101-backend/content/122-web-servers/100-nginx.md
+++ b/content/roadmaps/101-backend/content/122-web-servers/100-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