Skip to content
Latchkey

Reverse Proxy - CI/CD Glossary Definition

Reverse Proxy: A reverse proxy sits in front of one or more servers and forwards client requests to them, often adding TLS termination, load balancing, and caching.

A reverse proxy sits in front of one or more servers and forwards client requests to them, often adding TLS termination, load balancing, and caching.

A reverse proxy is the public face of your backends. Clients talk to it, and it decides which internal server handles each request, hiding the topology behind it.

In CI

A reverse proxy in front of a self-hosted webhook receiver terminates TLS and routes deliveries to the receiver, letting you expose one clean HTTPS endpoint to GitHub.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →