forked from orbit-oss/flask
Docs: update built-in server description
This commit is contained in:
parent
d6df70de80
commit
602c771327
1 changed files with 2 additions and 3 deletions
|
|
@ -4,9 +4,8 @@ Deployment Options
|
|||
==================
|
||||
|
||||
While lightweight and easy to use, **Flask's built-in server is not suitable
|
||||
for production** as it doesn't scale well and by default serves only one
|
||||
request at a time. Some of the options available for properly running Flask in
|
||||
production are documented here.
|
||||
for production** as it doesn't scale well. Some of the options available for
|
||||
properly running Flask in production are documented here.
|
||||
|
||||
If you want to deploy your Flask application to a WSGI server not listed here,
|
||||
look up the server documentation about how to use a WSGI app with it. Just
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue