From 4f8b86a90a2f6d72f8c6d863ff8c5a439b08f145 Mon Sep 17 00:00:00 2001 From: serhiiur Date: Tue, 26 May 2026 12:53:05 +0300 Subject: [PATCH 1/3] Fix irrelevant references to Gunicorn docs --- docs/deployment.rst | 10 +++++----- docs/logging.rst | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/deployment.rst b/docs/deployment.rst index 60f218e848d..16c55b4567e 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -192,7 +192,7 @@ Nginx+Gunicorn ============== aiohttp can be deployed using `Gunicorn -`_, which is based on a +`_, which is based on a pre-fork worker model. Gunicorn launches your app as worker processes for handling incoming requests. @@ -264,10 +264,10 @@ Start Gunicorn -------------- When `Running Gunicorn -`_, you provide the name +`_, you provide the name of the module, i.e. *my_app_module*, and the name of the app or application factory, i.e. *my_web_app*, along with other `Gunicorn -Settings `_ provided +Settings `_ provided as command line flags or in your config file. In this case, we will use: @@ -279,7 +279,7 @@ In this case, we will use: * you may also want to use the ``--workers`` flag to tell Gunicorn how many worker processes to use for handling requests. (See the documentation for recommendations on `How Many Workers? - `_) + `_) * you may also want to use the ``--accesslog`` flag to enable the access log to be populated. (See :ref:`logging ` for more information.) @@ -390,7 +390,7 @@ More information ---------------- See the `official documentation -`_ for more +`_ for more information about suggested nginx configuration. You can also find out more about `configuring for secure https connections as well. `_ diff --git a/docs/logging.rst b/docs/logging.rst index 9d718fac16a..3121dbfbd45 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -193,7 +193,7 @@ instance) to the :meth:`aiohttp.web.AppRunner` constructor. .. _access_logformat: - http://docs.gunicorn.org/en/stable/settings.html#access-log-format + https://gunicorn.org/reference/settings/#access_log_format .. _accesslog: - http://docs.gunicorn.org/en/stable/settings.html#accesslog + https://gunicorn.org/reference/settings/#accesslog From a17ffafe0b5ab45e14551561a3f34a8d0c18c775 Mon Sep 17 00:00:00 2001 From: serhiiur Date: Tue, 26 May 2026 15:59:24 +0300 Subject: [PATCH 2/3] Fix irrelevant URLs to Gunicorn docs (#12703) --- CHANGES/12703.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGES/12703.bugfix.rst diff --git a/CHANGES/12703.bugfix.rst b/CHANGES/12703.bugfix.rst new file mode 100644 index 00000000000..7509ddaad24 --- /dev/null +++ b/CHANGES/12703.bugfix.rst @@ -0,0 +1 @@ +Fixed irrelevant URLs pointing to the corresponding sections in the documentation of Gunicorn -- by :user:`serhiiur`. \ No newline at end of file From 5d49685c26be6dbeb4e213830ac35ab61de93ff2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:00:20 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGES/12703.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/12703.bugfix.rst b/CHANGES/12703.bugfix.rst index 7509ddaad24..7cfca2415c3 100644 --- a/CHANGES/12703.bugfix.rst +++ b/CHANGES/12703.bugfix.rst @@ -1 +1 @@ -Fixed irrelevant URLs pointing to the corresponding sections in the documentation of Gunicorn -- by :user:`serhiiur`. \ No newline at end of file +Fixed irrelevant URLs pointing to the corresponding sections in the documentation of Gunicorn -- by :user:`serhiiur`.