From e9d31f5ec453f39a0d91b3c98090ce8b866880ba Mon Sep 17 00:00:00 2001
From: andran777 <86196800+andran777@users.noreply.github.com>
Date: Tue, 16 Aug 2022 06:14:46 +0530
Subject: [PATCH] Add reverse proxy content
* Update 100-reverse-proxy.md
* Update 100-reverse-proxy.md
---
.../content/104-setting-up-x/100-reverse-proxy.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/104-setting-up-x/100-reverse-proxy.md b/content/roadmaps/102-devops/content/104-setting-up-x/100-reverse-proxy.md
index a6154e99f..e49d360c9 100644
--- a/content/roadmaps/102-devops/content/104-setting-up-x/100-reverse-proxy.md
+++ b/content/roadmaps/102-devops/content/104-setting-up-x/100-reverse-proxy.md
@@ -1 +1,13 @@
-# Reverse proxy
\ No newline at end of file
+# Reverse Proxy
+
+A Reverse Proxy server is a type of proxy server that typically sits behind the firewall in a private network and directs client requests to the appropriate backend server. It provides an additional level of security by hiding the server related details like `IP Address` to clients. It is also known as **server side proxy**.
+
+**Common Uses:**
+
+* Load balancing
+* Web acceleration
+* Security and anonymity
+
+Free Content
+What is Reverse Proxy?
+NGINX documentation
\ No newline at end of file