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,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
~~~~~~~~ ~~~~~~~~

View File

@ -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
=========== ===========
""" """