From 02722923b184791d3b92fc83a4a291d11c4ea5b6 Mon Sep 17 00:00:00 2001 From: Eduard Iskandarov Date: Mon, 3 Aug 2020 21:25:01 +0500 Subject: [PATCH] =?utf8?q?=E2=9C=8F=20Fix=20documentation=20typo=20in=20be?= =?utf8?q?hind=20a=20proxy=20tutorial=20(#1807)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/en/docs/advanced/behind-a-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/advanced/behind-a-proxy.md b/docs/en/docs/advanced/behind-a-proxy.md index 8f0cecf4af..70cd5a1701 100644 --- a/docs/en/docs/advanced/behind-a-proxy.md +++ b/docs/en/docs/advanced/behind-a-proxy.md @@ -238,7 +238,7 @@ Now, if you go to the URL with the port for Uvicorn: http://127.0.0.1:9999/api/vi/app. +And now open the URL with the port for Traefik, including the path prefix: http://127.0.0.1:9999/api/v1/app. We get the same response: -- 2.47.3