updated docs

This commit is contained in:
Vivian Ho 2016-06-03 14:30:37 -07:00
parent b034c81654
commit 8e3e545321
2 changed files with 49 additions and 49 deletions

View File

@ -471,31 +471,30 @@ 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
t date of the request t date of the request
r status line (e.g. ``GET / HTTP/1.1``) r status line (e.g. ``GET / HTTP/1.1``)
m request method m request method
U URL path without query string U URL path without query string
q query string q query string
H protocol H protocol
s status s status
B response length B response length
b response length or ``'-'`` (CLF format) b response length or ``'-'`` (CLF format)
f referer f referer
a user agent a user agent
T request time in seconds T request time in seconds
D request time in microseconds D request time in microseconds
L request time in decimal seconds 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
~~~~~~~~ ~~~~~~~~

View File

@ -1074,30 +1074,31 @@ 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
t date of the request t date of the request
r status line (e.g. ``GET / HTTP/1.1``) r status line (e.g. ``GET / HTTP/1.1``)
m request method m request method
U URL path without query string U URL path without query string
q query string q query string
H protocol H protocol
s status s status
B response length B response length
b response length or ``'-'`` (CLF format) b response length or ``'-'`` (CLF format)
f referer f referer
a user agent a user agent
T request time in seconds T request time in seconds
D request time in microseconds D request time in microseconds
L request time in decimal seconds 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
=========== ===========
""" """