Back to Apps
Nginx Reverse Proxy

Deploy Nginx Reverse Proxy on Your Own Server

A simple Nginx image preloaded with reverse proxy config that allows you to proxy a URL to another URL

🎬 Media

Want to deploy Nginx Reverse Proxy on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.

Get Started

What is Nginx Reverse Proxy?

This is a very simply reverse proxy image. It forwards all HTTP requests to the HTTP address that you define.

Self-Host Nginx Reverse Proxy

Follow these steps to deploy on your own server.

1

Install Docker

Skip this step if Docker is already installed on your server.

curl -fsSL https://get.docker.com | sh
2

Configure

Customize the settings below. Defaults work for most cases.

General
3

Deploy

Copy the configuration and run it on your server.

services:
  nginx_reverse_proxy:
    image: caprover/nginx-reverse-proxy:1-ef5ffcb
    environment:
      CLIENT_MAX_BODY_SIZE: 256M
      UPSTREAM_HTTP_ADDRESS: ""

Then run:

docker compose up -d
4

Access

Once started, access your app at http://localhost:80

Why Self-Host Nginx Reverse Proxy?

Full Data Ownership

Your data stays on your servers. No third-party access.

No Monthly Fees

Pay only for your server. No per-seat or usage charges.

Complete Control

Customize, backup, and scale on your own terms.

Privacy & Compliance

Meet GDPR, HIPAA, or internal security requirements.

Technical Details

Docker Image

caprover/nginx-reverse-proxy:${_version}

Want to go faster?

Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.

Install on any Linux server:

sh -c "$(curl -sSL https://get.senate.sh)"