fix index style

This commit is contained in:
benoitc 2012-02-25 15:33:08 +01:00
parent 490da227a0
commit 6b74987b77

View File

@ -88,12 +88,12 @@ def app(environ, start_response):
<li>limit the number of headers fields and their size. Add
<code>--limit-request-fieldsw</code> and
<code>limit-request-field-size</code> settings</li>
<li>add 'p' variable to the log access format to log
<li>add <code>p</code> variable to the log access format to log
pidfile</li>
<li>add '{HeaderName}o' variable to the logo access format to
<li>add <code>{HeaderName}o</code> variable to the logo access format to
log the response header HeaderName</li>
<li>request header is now logged with the variable
'{HeaderName}i' in the access log file</lI>
<code>{HeaderName}i</code> in the access log file</lI>
<li>improve error logging</li>
<li>support logging.configFile</li>
<li><strong>support django 1.4</strong> in both