Sam Mesterton-Gibbonssamdbmg.hashnode.dev·Sep 12, 2024Implementing SSO with Traefiksamdbmg/ansible-traefik-auth-proxy combines the Traefik reverse proxy with thomseddon/traefik-forward-auth to provide HTTP reverse proxying, certificate handling with LetsEncrypt and SSO login, either as an Ansible role or a Docker Compose project. T...DiscussTraefik
Bilal Ajahabilalajaha.hashnode.dev·Sep 6, 2024Understanding Load Balancers, Reverse Proxies, and API Gateways: Key Differences and Use CasesAre 𝗟𝗼𝗮𝗱 𝗕𝗮𝗹𝗮𝗻𝗰𝗲𝗿, 𝗥𝗲𝘃𝗲𝗿𝘀𝗲 𝗣𝗿𝗼𝘅𝘆 and 𝗔𝗣𝗜 𝗚𝗮𝘁𝗲𝘄𝗮𝘆 same or different? Let's find out.𝘈𝘭𝘭 𝘵𝘩𝘳𝘦𝘦 𝘢𝘳𝘦 𝘶𝘴𝘦𝘥 𝘵𝘰 𝘰𝘱𝘵𝘪𝘮𝘪𝘻𝘦 𝘢𝘯𝘥 𝘮𝘢𝘯𝘢𝘨𝘦 𝘸𝘦𝘣 𝘵𝘳𝘢𝘧𝘧𝘪𝘤. 𝘏𝘰𝘸𝘦𝘷𝘦𝘳, 𝘵𝘩𝘦𝘺 𝘷𝘢𝘳𝘺 ...DiscussWeb Traffic Optimization
Abou Zuhayrblog.zuhayr.dev·Sep 4, 2024WTF is Forward and Reverse ProxyForward and reverse proxies—sounds like some kind of secret agents from a spy movie, right? Well, in the tech world, they might as well be! These sneaky little tools are the unsung heroes that keep our internet running smoothly, quietly managing traf...DiscussWhat, How and Why?proxy
Ejan Shresthaijanggmu.hashnode.dev·Aug 19, 2024Exploring YARP: The Reverse Proxy for .NET DevelopersIntroduction In modern web development, as applications scale, the need for efficient routing, load balancing, and reverse proxying becomes crucial. A reverse proxy can be a game-changer, helping to manage traffic, improve performance, and add an ext...Discuss·1 like·80 readsYARP
Subhrajit Duttasubhrajit.hashnode.dev·Aug 16, 2024AWS EC2 Web App Deployment: Step-by-Step TutorialIntroduction to AWS AWS (Amazon Web Services) is a powerful platform offering a range of cloud services, from renting servers to managing domains and creating Kubernetes clusters. In this guide, we will focus on deploying a web application using AWS ...Discuss·22 likes·60 reads2Articles1Week
Lewis Kerrswiftproxy.hashnode.dev·Aug 15, 2024What is a Reverse Proxy Server and How It WorksA reverse proxy is a proxy server that is located between the user and the target server. For the user, the reverse proxy server is equivalent to the target server. Users can directly access the reverse proxy server to obtain the resources of the tar...Discussproxy
Snehangshu Bhattacharyablogs.snehangshu.dev·Jul 28, 2024Effortless HTTPS Reverse Proxy Setup with Caddy: A Beginner's GuideHave you ever tried to set up a reverse proxy with Nginx and encountered issues? It happened to me frequently until I learned the intricacies. In this blog, I will demonstrate the easiest way to set up a reverse proxy with HTTPS using Caddy, an Nginx...Discuss·1 like·74 readsCaddy
Venketramanvenketraman.com·Jul 19, 2024Node application api host nginx using Reverse ProxyNode Installation sudo apt update sudo apt install curl curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt install nodejs node -v npm -v Nginx Installation sudo apt update sudo apt install nginx sudo systemctl start nginx sud...Discuss·34 readsReverse Proxy
Thomas DelafayeforCloud APIM's blogblog.cloud-apim.com·Jul 16, 2024✨ Why API Management is Crucial for Your Business ? 📈In today’s fast-paced digital world, APIs are the backbone of modern software development. APIs enable different software systems to communicate with each other, fostering innovation and streamlining processes. However, managing these APIs effectivel...DiscussCloud APIM
Nahidnahidislam.hashnode.dev·Jul 13, 2024HA Proxy Load BalancerHAProxy (High Availability Proxy) is free, open-source software that provides a high-availability load balancer and proxy server for TCP and HTTP-based applications. It's used to improve the performance and reliability of web servers by distributing ...DiscussProxy Server