mirror of https://github.com/pallets/flask.git
Merge branch 'master' into blueprints
This commit is contained in:
commit
aaa24fc05a
|
@ -74,8 +74,9 @@ The following configuration values are used internally by Flask:
|
||||||
:class:`datetime.timedelta` object.
|
:class:`datetime.timedelta` object.
|
||||||
``USE_X_SENDFILE`` enable/disable x-sendfile
|
``USE_X_SENDFILE`` enable/disable x-sendfile
|
||||||
``LOGGER_NAME`` the name of the logger
|
``LOGGER_NAME`` the name of the logger
|
||||||
``SERVER_NAME`` the name of the server. Required for
|
``SERVER_NAME`` the name and port number of the server.
|
||||||
subdomain support (e.g.: ``'localhost'``)
|
Required for subdomain support (e.g.:
|
||||||
|
``'localhost:5000'``)
|
||||||
``MAX_CONTENT_LENGTH`` If set to a value in bytes, Flask will
|
``MAX_CONTENT_LENGTH`` If set to a value in bytes, Flask will
|
||||||
reject incoming requests with a
|
reject incoming requests with a
|
||||||
content length greater than this by
|
content length greater than this by
|
||||||
|
|
Loading…
Reference in New Issue