Skip to content

Commit

Permalink
re-apply typo fix from 628a0bc
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Jul 31, 2024
1 parent 6a1f284 commit 2152f3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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
=========== ===========================
Expand Down
4 changes: 2 additions & 2 deletions gunicorn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
=========== ===========================
Expand Down

0 comments on commit 2152f3d

Please sign in to comment.