mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix index style
This commit is contained in:
parent
490da227a0
commit
6b74987b77
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user