From 212d43f2d9206352725d107353debfd1b5984d98 Mon Sep 17 00:00:00 2001 From: Victor Torres Date: Sun, 29 Sep 2024 21:55:20 -0300 Subject: [PATCH] Fix docs formatting --- docs/deployment.md | 3 ++- docs/index.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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