Browse Source

📝 Fix typo in `docs/en/docs/advanced/behind-a-proxy.md` (#5681)

Co-authored-by: Sebastián Ramírez <[email protected]>
pull/9394/head
Leonardo Marinho de Melo Júnior 2 years ago
committed by GitHub
parent
commit
1bb998d516
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/advanced/behind-a-proxy.md

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

@ -251,7 +251,7 @@ We get the same response:
but this time at the URL with the prefix path provided by the proxy: `/api/v1`.
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.
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.
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.

Loading…
Cancel
Save