Browse Source

Merge pull request #2536 from greyli/patch-4

Docs: update built-in server description
pull/2560/merge
David Lord 7 years ago committed by GitHub
parent
commit
a43a439c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/deploying/index.rst

5
docs/deploying/index.rst

@ -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…
Cancel
Save