Skip to content

Commit 1bb998d

Browse files
Leommjrtiangolo
andauthoredApr 13, 2023
📝 Fix typo in docs/en/docs/advanced/behind-a-proxy.md (#5681)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
1 parent 89fd635 commit 1bb998d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/en/docs/advanced/behind-a-proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ We get the same response:
251251

252252
but this time at the URL with the prefix path provided by the proxy: `/api/v1`.
253253

254-
Of course, the idea here is that everyone would access the app through the proxy, so the version with the path prefix `/app/v1` is the "correct" one.
254+
Of course, the idea here is that everyone would access the app through the proxy, so the version with the path prefix `/api/v1` is the "correct" one.
255255

256256
And the version without the path prefix (`http://127.0.0.1:8000/app`), provided by Uvicorn directly, would be exclusively for the _proxy_ (Traefik) to access it.
257257

0 commit comments

Comments
 (0)
Please sign in to comment.