From 121e7020fc1a58180ff14da14dcbf516f8717c98 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Sun, 27 Jul 2025 15:27:56 +0200 Subject: [PATCH] docs: add proxy protocol to configuration summary --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index a7c9cbf..cb44418 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1348,6 +1348,7 @@ Configuration available either on the nginx-proxy container, or the docker-gen c | [`ENABLE_HTTP2`](#http2-support) | `true` | | [`ENABLE_HTTP3`](#http3-support) | `false` | | [`ENABLE_IPV6`](#listening-on-ipv6) | `false` | +| [`ENABLE_PROXY_PROTOCOL`](#proxy-protocol-support) | `false` | | [`HTTP_PORT`](#custom-external-httphttps-ports) | `80` | | [`HTTPS_PORT`](#custom-external-httphttps-ports) | `443` | | [`HTTPS_METHOD`](#how-ssl-support-works) | `redirect` |