Documentation

Complete guide for nginx-proxy Docker container with examples, configuration options, and API reference

Getting Started

Virtual Host Configuration

Detailed guide on configuring virtual hosts using the VIRTUAL_HOST environment variable, including WebSocket support and multiple hosts.

Getting Started

Quick Setup Guide

Get started quickly with Nginx-Proxy by following these setup instructions for the proxy and your containers.

Getting Started

Detail dive

Introduction to Nginx-Proxy

An overview of the Nginx-Proxy Docker container and its key features.

Detail dive

SSL Support and Certificates

A comprehensive guide to SSL certificate management in Nginx-Proxy, including automatic Let's Encrypt, custom certificates, and manual acquisition.

Detail dive

Basic Authorization

Implement basic authentication for your Nginx-Proxy containers using the PROXY_BASIC_AUTH environment variable.

Detail dive

Default Server Configuration

Configure a default server in Nginx-Proxy to handle requests for unregistered server names.

Detail dive

Redirection with Nginx-Proxy

How to set up full URL redirections using the PROXY_FULL_REDIRECT environment variable in Nginx-Proxy.

Detail dive