DevOpsSystem Design
KW-0041Reverse Proxy
Concept
Meaning
server that sits between client and backend, forwarding requests while handling routing, security, and load distribution
Example
“Client sends request to Nginx, which forwards it to appropriate backend service based on route rules”
Reference
Common in modern infra; used for routing, SSL termination, and load balancing. Often invisible but critical layer
Related
proxyload balancergatewaynginx