From 95e51c220fd756d31f8c74b7dcca903bc50efd44 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Wed, 22 May 2024 06:07:36 +0200 Subject: [PATCH] re-apply typo fix from 628a0bcb61ef3a211d67dfd68ad1ba161cccb3b8 --- docs/source/settings.rst | 4 ++-- gunicorn/config.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 68b14ca9e..ae5794919 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -210,7 +210,7 @@ H protocol s status B response length b response length or ``'-'`` (CLF format) -f referer +f referrer (note: header is ``referer``) a user agent T request time in seconds M request time in milliseconds @@ -569,7 +569,7 @@ Whether client certificate is required (see stdlib ssl module's) =========== =========================== --cert-reqs Description =========== =========================== -`0` no client veirifcation +`0` no client verifcation `1` ssl.CERT_OPTIONAL `2` ssl.CERT_REQUIRED =========== =========================== diff --git a/gunicorn/config.py b/gunicorn/config.py index 31629e267..97d63ccfd 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1393,7 +1393,7 @@ class AccessLogFormat(Setting): s status B response length b response length or ``'-'`` (CLF format) - f referer + f referrer (note: header is ``referer``) a user agent T request time in seconds M request time in milliseconds @@ -2152,7 +2152,7 @@ class CertReqs(Setting): =========== =========================== --cert-reqs Description =========== =========================== - `0` no client veirifcation + `0` no client verification `1` ssl.CERT_OPTIONAL `2` ssl.CERT_REQUIRED =========== ===========================