Networking

Reverse Proxy

A server that sits between clients and backend servers, forwarding client requests and returning server responses. Reverse proxies provide SSL termination, caching, compression, and load balancing. Nginx, HAProxy, and Cloudflare are common reverse proxies. Errors between the proxy and backend produce 502 (Bad Gateway), 503 (Unavailable), or 504 (Gateway Timeout) responses.

相关协议

另请参阅