bundled/flask/docs/deploying/index.rst @ 66463ec963b6

Merged in abegey/hg-review/issue-93 (pull request #10)

[index] Add the owner of the cset in a td beetween id and description
author Christophe de Vienne <cdevienne@gmail.com>
date Fri, 21 Nov 2014 19:01:07 +0100
parents f33efe14bff1
children (none)
Deployment Options
==================

Depending on what you have available there are multiple ways to run Flask
applications.  A very common method is to use the builtin server during
development and maybe behind a proxy for simple applications, but there
are more options available.

If you have a different WSGI server look up the server documentation about
how to use a WSGI app with it.  Just remember that your application object
is the actual WSGI application.

.. toctree::
   :maxdepth: 2

   mod_wsgi
   cgi
   fastcgi
   others