From 4d22ccda786b04a03733e1e2405ae08b3d7db077 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 17 Mar 2024 16:34:30 -0400 Subject: [PATCH] Clarify alternate proxy support status --- docs/networking/proxy-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networking/proxy-management.md b/docs/networking/proxy-management.md index 470b525ec..6b1ec7f55 100644 --- a/docs/networking/proxy-management.md +++ b/docs/networking/proxy-management.md @@ -12,7 +12,7 @@ proxy:report [] [] # Displays a proxy report fo proxy:set [|--global] # Set proxy type for app ``` -In Dokku 0.5.0, port proxying was decoupled from the `nginx-vhosts` plugin into the proxy plugin. Dokku 0.6.0 introduced the ability to map host ports to specific container ports. In the future this will allow other proxy software - such as HAProxy or Caddy - to be used in place of nginx. +In Dokku 0.5.0, port proxying was decoupled from the `nginx-vhosts` plugin into the proxy plugin. Dokku 0.6.0 introduced the ability to map host ports to specific container ports. This allows other proxy software - such as HAProxy or Caddy - to be used in place of nginx. ## Usage