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.

Giao thức liên quan

Được đề cập trong hướng dẫn

Tình huống liên quan

Được định nghĩa trong

Xem thêm