From 8ce8896f926ccd96bee5c6b5f4d5879518dffb8e Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Wed, 25 Feb 2026 22:17:30 +0100 Subject: [PATCH] Fix typo in URL --- 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 b5f18e2544..a2252514e3 100644 --- a/docs/en/docs/advanced/behind-a-proxy.md +++ b/docs/en/docs/advanced/behind-a-proxy.md @@ -188,7 +188,7 @@ $ fastapi run main.py --forwarded-allow-ips="*" /// Open `http://127.0.0.1:9999/items` in your browser. -Your request will be redirected by FastAPI to `http://127.0.0.1:9999/items/` and you will see: +Your request will be redirected by FastAPI to `http://127.0.0.1:8000/items/` and you will see: ```json ["plumbus","portal gun"]