Skip to main content

Glossary

What Is a Reverse Proxy

A reverse proxy sits between visitors and your server, improving performance, security, and reliability. Learn what it does and why it matters.

Definition

A reverse proxy is a server that sits between your website visitors and your actual web server. When someone visits your site, their request goes to the reverse proxy first, which then forwards it to the appropriate backend server, receives the response, and sends it back to the visitor. The visitor never communicates directly with your backend. This intermediary layer can cache content to speed up delivery, distribute traffic across multiple servers, add security protections, and compress data to reduce loading times. Common reverse proxy software includes Nginx and Cloudflare.

Why It Matters

A reverse proxy provides several benefits that are difficult to achieve without one. It protects your actual server by hiding its identity and absorbing malicious traffic before it reaches your application. Performance improves as well: frequently requested pages can be cached and served instantly without touching the backend at all. Beyond security and speed, a reverse proxy lets you run multiple services behind a single domain. Your main website, a blog, and an API can each sit on different servers but appear as one consistent site to visitors, which is far cleaner than managing separate domains. This is similar to how a CDN works at the edge, though a reverse proxy typically operates closer to your own infrastructure. As your business grows and your infrastructure becomes more complex, a reverse proxy becomes the central traffic management layer that holds everything together.

Example

A growing online retailer runs their storefront and their blog on separate servers. Without a reverse proxy, they would need different domains or subdomains for each. Instead, they place Nginx as a reverse proxy in front of both servers. Requests for the blog path go to the blog server, and everything else goes to the storefront server. The reverse proxy also caches product images and static pages, reducing server load by 60 percent and improving page load times across the board.

For more technical terms explained in plain English, see the glossary.

Portrait of Alexander De Sousa, founder of Digital Royalty
Founder-led
“I’ve put everything I know into how this company works — the standards, the method, the care on every project. It runs through the whole team, and I hold us all to it.”

Alexander De Sousa · Founder LinkedIn

Featured on BBC Radio Solent

Get started

Tell us what you need

A few quick questions, then a straight answer from a real person — usually within a few hours.

Tell us what you're working on

Whether it's a new site, a platform, or a process that shouldn't be manual any more — we'll tell you honestly if we can help.