diff --git a/docs/deployment.md b/docs/deployment.md index 85a3f368f..51d001f5d 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -100,7 +100,8 @@ Options: variable if available, or '127.0.0.1'. The literal '*' means trust everything. --forwarded-port / --no-forwarded-port - Enable/Disable X-Forwarded-Port handling. + Enable/Disable X-Forwarded-Port to populate + remote address info. --root-path TEXT Set the ASGI 'root_path' for applications submounted below a given URL path. --limit-concurrency INTEGER Maximum number of concurrent connections or diff --git a/docs/index.md b/docs/index.md index 825954908..e4a383737 100644 --- a/docs/index.md +++ b/docs/index.md @@ -170,7 +170,8 @@ Options: variable if available, or '127.0.0.1'. The literal '*' means trust everything. --forwarded-port / --no-forwarded-port - Enable/Disable X-Forwarded-Port handling. + Enable/Disable X-Forwarded-Port to populate + remote address info. --root-path TEXT Set the ASGI 'root_path' for applications submounted below a given URL path. --limit-concurrency INTEGER Maximum number of concurrent connections or