Docs: update built-in server description

This commit is contained in:
Grey Li 2017-12-01 16:03:52 +08:00 committed by GitHub
parent a5a44ab029
commit 229d5ccacf

View file

@ -4,9 +4,8 @@ Deployment Options
================== ==================
While lightweight and easy to use, **Flask's built-in server is not suitable 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 for production** as it doesn't scale well. Some of the options available for
request at a time. Some of the options available for properly running Flask in properly running Flask in production are documented here.
production are documented here.
If you want to deploy your Flask application to a WSGI server not listed 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 look up the server documentation about how to use a WSGI app with it. Just