#atom

Configuration of Nginx as an intermediary server to forward client requests to backend services

Core Idea: Nginx can function as a reverse proxy by accepting client requests and forwarding them to appropriate backend servers, enabling features like load balancing, SSL termination, and path-based routing.

Key Elements


## Connections

- **Related Concepts**: Nginx (parent technology), Load Balancing (common function), SSL Termination (security feature)
- **Broader Context**: Web Server Architecture (design pattern)
- **Applications**: Cloud to VPS Migration (common implementation requirement), Microservices Gateway (architectural pattern)
- **Components**: HTTP Headers (configuration detail), WebSocket Proxying (specific capability)

## References

1. Nginx reverse proxy documentation: https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/

#nginx #reverse-proxy #web-server #devops

---
**Connections:**
- 
---
**Sources:**
- From: Getting back to the EU from Google Cloud to Self-Hosted EU Infrastructure