diff --git a/docs/source/settings.rst b/docs/source/settings.rst index a5bd51c58..7c47a20c3 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 @@ -314,7 +314,7 @@ file format. The log config dictionary to use, using the standard Python logging module's dictionary configuration format. This option -takes precedence over the :ref:`logconfig` and :ref:`logConfigJson` options, +takes precedence over the :ref:`logconfig` and :ref:`logconfig-json` options, which uses the older file configuration format and JSON respectively. @@ -569,7 +569,7 @@ Whether client certificate is required (see stdlib ssl module's) =========== =========================== --cert-reqs Description =========== =========================== -`0` no client veirifcation +`0` no client verification `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 =========== ===========================