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