mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
updated docs
This commit is contained in:
parent
b034c81654
commit
8e3e545321
@ -471,9 +471,9 @@ access_log_format
|
|||||||
|
|
||||||
The access log format.
|
The access log format.
|
||||||
|
|
||||||
=========== ===========
|
========== ===========
|
||||||
Identifier Description
|
Identifier Description
|
||||||
=========== ===========
|
========== ===========
|
||||||
h remote address
|
h remote address
|
||||||
l ``'-'``
|
l ``'-'``
|
||||||
u user name
|
u user name
|
||||||
@ -494,8 +494,7 @@ L request time in decimal seconds
|
|||||||
p process ID
|
p process ID
|
||||||
{Header}i request header
|
{Header}i request header
|
||||||
{Header}o response header
|
{Header}o response header
|
||||||
{Variable}e environment variable
|
========== ===========
|
||||||
=========== ===========
|
|
||||||
|
|
||||||
errorlog
|
errorlog
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|||||||
@ -1074,9 +1074,9 @@ class AccessLogFormat(Setting):
|
|||||||
desc = """\
|
desc = """\
|
||||||
The access log format.
|
The access log format.
|
||||||
|
|
||||||
========== ===========
|
=========== ===========
|
||||||
Identifier Description
|
Identifier Description
|
||||||
========== ===========
|
=========== ===========
|
||||||
h remote address
|
h remote address
|
||||||
l ``'-'``
|
l ``'-'``
|
||||||
u user name
|
u user name
|
||||||
@ -1097,7 +1097,8 @@ class AccessLogFormat(Setting):
|
|||||||
p process ID
|
p process ID
|
||||||
{Header}i request header
|
{Header}i request header
|
||||||
{Header}o response header
|
{Header}o response header
|
||||||
========== ===========
|
{Variable}e environment variable
|
||||||
|
=========== ===========
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user